CSET-encode ( bw cond4 Rd -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
bwan object
cond4an object
Rdan object


Outputs
None

Definition


: CSET-encode ( bw cond4 Rd -- )
{
{ bw 31 }
{ 0 30 }
{ 0 29 }
{ 212 21 }
{ 31 16 }
{ cond4 12 }
{ 0 11 }
{ 1 10 }
{ 31 5 }
{ Rd 0 }
} bitfield* 4 >le % ;