Searched refs:SIZE32 (Results 1 – 16 of 16) sorted by relevance
117 uint_t mode = SIZE32; in dtrace_dis_isize()119 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32; in dtrace_dis_isize()
2523 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()2668 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()2750 if (x->d86_mode == SIZE32) { in dtrace_get_operand()2775 if (x->d86_mode == SIZE32) /* NOTE this is not addr_size! */ in dtrace_get_operand()2992 } else if (cpu_mode == SIZE32) { in dtrace_disx86()2993 opnd_size = SIZE32; in dtrace_disx86()2994 addr_size = SIZE32; in dtrace_disx86()2996 opnd_size = SIZE32; in dtrace_disx86()3239 addr_size = SIZE32; in dtrace_disx86()3240 } else if (cpu_mode == SIZE32) { in dtrace_disx86()[all …]
53 #define SIZE32 2 macro
465 #define SIZE32 2 macro
262 (SIZE16, SIZE32, SIZE64): Define.
70 #define Size32 Size=SIZE32
554 #define SIZE32 2 macro
74 #define Size32 Size=SIZE32
506 cpu_mode = (dmodel == PR_MODEL_ILP32) ? SIZE32 : SIZE64; in dt_instr_size()
3664 || t->opcode_modifier.size == SIZE32)); in want_disp32()4453 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()4471 || i.tm.opcode_modifier.size == SIZE32) in optimize_encoding()4570 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()4655 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()4735 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()4740 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()7093 || current_templates.start->opcode_modifier.size == SIZE32) in parse_insn()7095 && ((current_templates.start->opcode_modifier.size == SIZE32) in parse_insn()9127 else if (i.tm.opcode_modifier.size == SIZE32) in process_suffix()
3453 || t->opcode_modifier.size == SIZE32)); in want_disp32()4076 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()4094 || i.tm.opcode_modifier.size == SIZE32) in optimize_encoding()4193 i.tm.opcode_modifier.size = SIZE32; in optimize_encoding()5292 || current_templates->start->opcode_modifier.size == SIZE32) in parse_insn()5294 && ((current_templates->start->opcode_modifier.size == SIZE32) in parse_insn()7015 else if (i.tm.opcode_modifier.size == SIZE32) in process_suffix()
1113 * config/tc-i386.c (want_disp32): Also check for SIZE32.
1808 * config/tc-i386.c (want_disp32): Also check for SIZE32.