/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | 121 IMM3 = IMM | L_3, [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
epiphany-desc.c | 113 { "IMM3", &bool_attr[0], &bool_attr[0] }, [all...] |
xstormy16-opc.c | 673 /* set1 $lmem8,#$imm3 */ 676 { { MNEM, ' ', OP (LMEM8), ',', '#', OP (IMM3), 0 } }, 679 /* set1 $hmem8,#$imm3 */ 682 { { MNEM, ' ', OP (HMEM8), ',', '#', OP (IMM3), 0 } }, 697 /* clr1 $lmem8,#$imm3 */ 700 { { MNEM, ' ', OP (LMEM8), ',', '#', OP (IMM3), 0 } }, 703 /* clr1 $hmem8,#$imm3 */ 706 { { MNEM, ' ', OP (HMEM8), ',', '#', OP (IMM3), 0 } },
|
epiphany-opc.c | [all...] |
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_T2_32.c | 57 #define IMM3(imm) (imm << 6) 548 return push_inst16(compiler, ADDSI3 | IMM3(imm) | RD3(dst) | RN3(reg)); 550 return push_inst16(compiler, SUBSI3 | IMM3(nimm) | RD3(dst) | RN3(reg)); 585 return push_inst16(compiler, SUBSI3 | IMM3(imm) | RD3(dst) | RN3(reg)); 587 return push_inst16(compiler, ADDSI3 | IMM3(nimm) | RD3(dst) | RN3(reg)); [all...] |