Home
last modified time | relevance | path

Searched refs:OP_REG (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/binutils/opcodes/
HDarc-opc.c27 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM}; enumerator
430 op_type = OP_REG; in insert_reg()
569 ls_operand[LS_BASE] = OP_REG; in insert_base()
621 ls_operand[LS_OFFSET] = OP_REG; in insert_offset()
715 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
716 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE) in extract_st_syntax()
717 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
722 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0) in extract_st_syntax()
723 || ST_SYNTAX(OP_REG,OP_REG,OP_SHIMM) in extract_st_syntax()
724 || ST_SYNTAX(OP_REG,OP_SHIMM,OP_SHIMM) in extract_st_syntax()
[all …]
HDi386-dis.c61 static void OP_REG (int, int);
241 #define RMeAX { OP_REG, eAX_reg }
242 #define RMeBX { OP_REG, eBX_reg }
243 #define RMeCX { OP_REG, eCX_reg }
244 #define RMeDX { OP_REG, eDX_reg }
245 #define RMeSP { OP_REG, eSP_reg }
246 #define RMeBP { OP_REG, eBP_reg }
247 #define RMeSI { OP_REG, eSI_reg }
248 #define RMeDI { OP_REG, eDI_reg }
249 #define RMrAX { OP_REG, rAX_reg }
[all …]
HDChangeLog-9899316 (append_seg, OP_E, OP_G, OP_REG, OP_I, OP_sI, OP_J): Likewise.
376 (OP_REG): Add const to s.
871 (OP_REG): Reformat.
HDChangeLog-0001763 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
1204 (OP_REG, OP_OFF): Declare.
1224 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
HDChangeLog-200668 (OP_REG): Delete unreachable case indir_dx_reg.
/NextBSD/contrib/binutils/include/elf/
HDdwarf.h180 OP_REG = 0x01, enumerator
/NextBSD/contrib/gcc/
HDdwarf.h177 OP_REG = 0x01, enumerator
/NextBSD/contrib/gdb/gdb/
HDdwarfread.c2180 case OP_REG: in locval()