Handbook
Glossary
setp
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
setp
<
ptx-set-instruction
{
|dest
maybe{
ptx-operand
}
initial:
f
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
setp
(write-ptx-element)
"setp"
write-insn
dup
write-set
dup
type>>
(write-ptx-element)
bl
dup
dest>>
write-ptx-operand
dup
|dest>>
[
"|"
write
write-ptx-operand
]
when*
", "
write
dup
a>>
write-ptx-operand
", "
write
dup
b>>
write-ptx-operand
c>>
[
", "
write
write-ptx-operand
]
when*
;