Lines Matching full:imm2
277 (dnf f-imm2 "2 bit unsigned" () 10 2)
278 (dnop imm2 "2 bit unsigned immediate" () h-uint f-imm2)
1337 (emit incgrimm2 Rd (imm2 0))
1343 ("inc $Rd,#$imm2")
1344 (+ OP1_3 OP2_0 OP3A_0 imm2 Rd)
1345 (set-psw Rd (index-of Rd) (add Rd (add imm2 1)) 1)
1353 (emit decgrimm2 Rd (imm2 0))
1359 ("dec $Rd,#$imm2")
1360 (+ OP1_3 OP2_0 OP3A_1 imm2 Rd)
1361 (set-psw Rd (index-of Rd) (sub Rd (add imm2 1)) 1)