HomeSort by relevance Sort by last modified time
    Searched refs:OP_REG (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic80-opc.c 523 #define OP_REG(x) OP_LI(x) /* For readability */
614 {"br", OP_REG(0x390), 0xFFFFF000, 0, {REG_0} },
617 {"br.a", OP_REG(0x392), 0xFFFFF000, 0, {REG_0} },
623 {"add", OP_REG(0x3B0), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
629 {"addu", OP_REG(0x3B2), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
635 {"and", OP_REG(0x322), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
638 {"and.tt", OP_REG(0x322), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
644 {"and.ff", OP_REG(0x330), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
650 {"and.ft", OP_REG(0x328), MASK_REG, 0, {REG_0, REG_22, REG_DEST} },
656 {"and.tf", OP_REG(0x324), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }
    [all...]
arc-opc.c 28 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM};
433 op_type = OP_REG;
572 ls_operand[LS_BASE] = OP_REG;
624 ls_operand[LS_OFFSET] = OP_REG;
718 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
719 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE)
720 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
725 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
726 || ST_SYNTAX(OP_REG,OP_REG,OP_SHIMM
    [all...]
mips-formats.h 77 { OP_REG, SIZE, LSB }, OP_REG_##BANK, 0 \
95 { OP_REG, SIZE, LSB }, OP_REG_##BANK, MAP \
i386-dis.c 63 static void OP_REG (int, int);
282 #define RMeAX { OP_REG, eAX_reg }
283 #define RMeBX { OP_REG, eBX_reg }
284 #define RMeCX { OP_REG, eCX_reg }
285 #define RMeDX { OP_REG, eDX_reg }
286 #define RMeSP { OP_REG, eSP_reg }
287 #define RMeBP { OP_REG, eBP_reg }
288 #define RMeSI { OP_REG, eSI_reg }
289 #define RMeDI { OP_REG, eDI_reg }
290 #define RMrAX { OP_REG, rAX_reg
    [all...]
m68hc11-opc.c 92 #define OP_REG M6812_OP_REG
    [all...]
mips-dis.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 1160 op->mode = OP_REG;
1167 op->mode = OP_REG;
1174 op->mode = OP_REG;
1181 op->mode = OP_REG;
1197 op->mode = OP_REG;
1214 op->mode = OP_REG;
    [all...]
tc-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
dwarf.h 179 OP_REG = 0x01,
  /toolchain/binutils/binutils-2.25/include/opcode/
msp430.h 31 #define OP_REG 0
mips.h 345 OP_REG,
347 /* Like OP_REG, but can be omitted if the register is the same as the
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 1707 milliseconds