Lines Matching full:uimm16
158 (dnf f-uimm16 "uimm16" () 31 16) ;used for immediate word data
555 (dnop uimm16 "16 bit unsigned immediate" (HASH-PREFIX) h-uint f-uimm16)
594 (dowh upag16 "16 bit unsigned immediate" (PAG-PREFIX) h-uint f-uimm16 ((print "with_pag_prefix")))
747 (arithmetic20 addrhpof add add OP1_0 OP2_6 reg8 uimm16 HI "pof")
748 (arithmetic20 subrhpof sub sub OP1_2 OP2_6 reg8 uimm16 HI "pof")
749 (arithmetic20 addbrhpof add add OP1_0 OP2_6 reg8 uimm16 HI "pag")
750 (arithmetic20 subbrhpof sub sub OP1_2 OP2_6 reg8 uimm16 HI "pag")
799 (arithmetic23 addcrhpof addc addc OP1_1 OP2_6 reg8 uimm16 HI "pof")
800 (arithmetic23 subcrhpof subc subc OP1_3 OP2_6 reg8 uimm16 HI "pof")
801 (arithmetic23 addcbrhpof addc addc OP1_1 OP2_6 reg8 uimm16 HI "pag")
802 (arithmetic23 subcbrhpof subc subc OP1_3 OP2_6 reg8 uimm16 HI "pag")
867 (arithmetic11 addrim add add OP1_0 OP2_6 reg8 uimm16 HI)
868 (arithmetic11 subrim sub sub OP1_2 OP2_6 reg8 uimm16 HI)
911 (arithmetic14 addcrim addc addc OP1_1 OP2_6 reg8 uimm16 HI)
912 (arithmetic14 subcrim subc subc OP1_3 OP2_6 reg8 uimm16 HI)
1262 (logical2 andrim and and OP1_6 OP2_6 reg8 uimm16 HI)
1263 (logical2 orrim or or OP1_7 OP2_6 reg8 uimm16 HI)
1264 (logical2 xorrim xor xor OP1_5 OP2_6 reg8 uimm16 HI)
1438 "mov $reg8,$hash$uimm16"
1439 (+ OP1_14 OP2_6 reg8 uimm16)
1440 (set HI reg8 uimm16)
1568 (.str insn " $"op1 ",[$"op2"+$hash$"uimm16"]")
1569 (+ opc1 opc2 op1 op2 uimm16)
1571 (set mode tmp1 (add HI op2 uimm16))
1585 (.str insn " [$"op2"+$hash$"uimm16 "],$"op1)
1586 (+ opc1 opc2 op1 op2 uimm16)
1588 (set mode tmp1 (add HI op1 uimm16))
2334 "scxt $reg8,$hash$uimm16"
2335 (+ OP1_12 OP2_6 reg8 uimm16)
2338 (set HI tmp2 uimm16)
2972 "cmp $reg8,$hash$uimm16"
2973 (+ OP1_4 OP2_6 reg8 uimm16)
2974 (set condbit (lt HI reg8 uimm16))
3066 (cmp5 cmpd1rim cmpd1 OP1_10 OP2_6 reg8 uimm16 HI)
3067 (cmp5 cmpd2rim cmpd2 OP1_11 OP2_6 reg8 uimm16 HI)
3068 (cmp5 cmpi1rim cmpi1 OP1_8 OP2_6 reg8 uimm16 HI)
3069 (cmp5 cmpi2rim cmpi2 OP1_9 OP2_6 reg8 uimm16 HI)