Searched refs:uimm8 (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
D | mov.sm | 5 mov.{W;L} #{uimm8},{dsp5}[{reg7}] 7 mov.L #{uimm8},{reg} 11 mov.B #{uimm8},{mem}
|
D | int.sm | 1 int #{uimm8}
|
D | cmp.sm | 2 cmp #{uimm8},{reg}
|
D | macros.inc | 21 macro uimm8 {0;255}
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | sh64-compact.cpu | 273 (dshcop uimm8 "Immediate value (8 bits unsigned)" () h-uint f-imm8) 365 "and #$uimm8, r0" 366 (+ (f-op8 #xc9) uimm8) 367 (set r0 (and r0 (zext DI uimm8)))) 1384 "or #$uimm8, r0" 1385 (+ (f-op8 #xcb) uimm8) 1386 (set r0 (or r0 (zext DI uimm8)))) 1699 "trapa #$uimm8" 1700 (+ (f-op8 #xc3) uimm8) 1701 (c-call "sh64_compact_trapa" uimm8 pc)) [all …]
|
D | xc16x.cpu | 157 (dnf f-uimm8 "uimm8" () 23 8) ;used in immediate byte data,eg in ADDB,MOVB insns 554 (dnop uimm8 "8 bit unsigned immediate" (HASH-PREFIX) h-uint f-uimm8) 783 (arithmetic22 addrbhpof addb add OP1_0 OP2_7 regb8 uimm8 QI "pof") 784 (arithmetic22 subrbhpof subb sub OP1_2 OP2_7 regb8 uimm8 QI "pof") 785 (arithmetic22 addbrhpag addb add OP1_0 OP2_7 regb8 uimm8 QI "pag") 786 (arithmetic22 subbrhpag subb sub OP1_2 OP2_7 regb8 uimm8 QI "pag") 835 (arithmetic25 addcrbhpof addcb addc OP1_1 OP2_7 regb8 uimm8 QI "pof") 836 (arithmetic25 subcrbhpof subcb subc OP1_3 OP2_7 regb8 uimm8 QI "pof") 837 (arithmetic25 addcbrhpag addcb addc OP1_1 OP2_7 regb8 uimm8 QI "pag") 838 (arithmetic25 subcbrhpag subcb subc OP1_3 OP2_7 regb8 uimm8 QI "pag") [all …]
|
D | m32r.cpu | 475 (dnf f-uimm8 "uimm8" () 8 8) 678 (duhpo uimm8 "8 bit unsigned immediate" () h-uint f-uimm8) 2388 ; PSW &= ((~ uimm8) | 0xff00) 2391 "clrpsw $uimm8" 2392 (+ OP1_7 (f-r1 2) uimm8) 2395 (or USI (zext SI (inv QI uimm8)) (const #xff00)))) 2399 ; PSW |= (unsigned char) uimm8 2402 "setpsw $uimm8" 2403 (+ OP1_7 (f-r1 1) uimm8) 2404 (set USI (reg h-cr 0) uimm8)
|
D | ChangeLog | 116 (uimm3, uimm4, uimm5, uimm8, uimm16, imm1): Delete HASH-PREFIX
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 216 #define uimm8(x) EXPR_VALUE (x) macro 3696 $$ = bfin_gen_pseudochr (uimm8 ($2));
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 458 #define uimm8(x) fmtconst (c_uimm8, x, 0, outf) macro 4571 OUTS (outf, uimm8 (ch)); in decode_pseudoOChar_0()
|