Searched refs:instr32 (Results 1 – 4 of 4) sorted by relevance
143 uint64_t adjustment, int32_t *instr32);1347 int32_t instr32 = 0; in x86_64_process_reloc() local1362 instr32 = *instr32p; in x86_64_process_reloc()1366 instr32 = OSSwapInt32(instr32); in x86_64_process_reloc()1370 rval = check_for_direct_pure_virtual_call(relocator, instr32); in x86_64_process_reloc()1445 instr32 = (int32_t) (target - pair_target); in x86_64_process_reloc()1455 rval = calculate_displacement_x86_64(target, adjustment, &instr32); in x86_64_process_reloc()1461 instr32 = OSSwapInt32(instr32); in x86_64_process_reloc()1465 *instr32p = instr32; in x86_64_process_reloc()1520 int32_t *instr32) in calculate_displacement_x86_64() argument[all …]
44 uint32_t instr32; member63 #define ftt_instr ftt_mtp.ftmt_instr.instr32
187 unsigned int instr32; in sleh_undef() local189 instr32 = (instr << 16); in sleh_undef()195 instr32 |= instr; in sleh_undef()196 code[1] = instr32; in sleh_undef()199 if (IS_THUMB_VFP(instr32)) { in sleh_undef()
888 emul_instr.instr32 = tp->ftt_instr;935 …emul_instr.instr32 = 0xE5900000 | (new_reg << 16) | (new_reg << 12) | ((tp->ftt_instr1 & 0xFF) << …947 emul_instr.instr32 &= ~0x000F0000;948 emul_instr.instr32 |= new_reg << 16;960 emul_instr.instr32 &= ~0x000F0000;964 emul_instr_size = dtrace_instr_size(emul_instr.instr32, emul_thumb);