Handbook
Glossary
isspacep
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
isspacep
<
ptx-instruction
{
storage-space
ptx-storage-space
initial:
.reg
}
{
dest
ptx-operand
initial:
0
}
{
a
ptx-operand
initial:
0
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
isspacep
(write-ptx-element)
"isspacep"
write-insn
dup
storage-space>>
(write-ptx-element)
bl
dup
dest>>
write-ptx-operand
", "
write
a>>
write-ptx-operand
;