Searched refs:OP_REG (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/binutils/opcodes/
H A Darc-opc.c27 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM}; enumerator in enum:operand
432 op_type = OP_REG;
571 ls_operand[LS_BASE] = OP_REG;
623 ls_operand[LS_OFFSET] = OP_REG;
717 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
718 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE)
719 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
724 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
725 || ST_SYNTAX(OP_REG,OP_RE
[all...]
H A Di386-dis.c61 static void OP_REG (int, int);
240 #define RMeAX { OP_REG, eAX_reg }
241 #define RMeBX { OP_REG, eBX_reg }
242 #define RMeCX { OP_REG, eCX_reg }
243 #define RMeDX { OP_REG, eDX_reg }
244 #define RMeSP { OP_REG, eSP_reg }
245 #define RMeBP { OP_REG, eBP_reg }
246 #define RMeSI { OP_REG, eSI_reg }
247 #define RMeDI { OP_REG, eDI_reg }
248 #define RMrAX { OP_REG, rAX_re
5317 OP_REG (int code, int sizeflag) function
[all...]
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf.h180 OP_REG = 0x01, enumerator in enum:dwarf_location_atom
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf.h177 OP_REG = 0x01, enumerator in enum:dwarf_location_atom
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarfread.c2180 case OP_REG:

Completed in 74 milliseconds