/external/ltrace/sysdeps/linux-gnu/s390/ |
trace.c | 70 long pc, opcode, offset_reg, scno, tmp; local 131 offset_reg = (opcode & 0x000f0000) >> 16; 132 if (offset_reg) 134 gpr_offset[offset_reg], 0); 136 offset_reg = (opcode & 0x0000f000) >> 12; 137 if (offset_reg) 139 gpr_offset[offset_reg], 0); 151 offset_reg = (opcode & 0x00f00000) >> 20; 152 if (offset_reg) 154 gpr_offset[offset_reg], 0) [all...] |
/external/lldb/include/lldb/Core/ |
EmulateInstruction.h | 191 RegisterInfo offset_reg; // offset register kind member in struct:lldb_private::EmulateInstruction::Context::__anon4777::RegisterPlusIndirectOffset 204 RegisterInfo offset_reg; // offset register for address calculation member in struct:lldb_private::EmulateInstruction::Context::__anon4777::RegisterToRegisterPlusIndirectOffset 256 RegisterInfo offset_reg) 260 info.RegisterPlusIndirectOffset.offset_reg = offset_reg; 276 RegisterInfo offset_reg, 281 info.RegisterToRegisterPlusIndirectOffset.offset_reg = offset_reg;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 79 int offset_reg; /**< used to reduce redundant li instructions */ member in struct:gen_context 123 gen->offset_reg = -1; 173 if (gen->offset_reg <= 0) { 175 gen->offset_reg = ppc_allocate_register(gen->f); 181 ppc_li(gen->f, gen->offset_reg, offset); 184 return gen->offset_reg; 213 int offset_reg = emit_li_offset(gen, offset); local 221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg); 279 int offset_reg = emit_li_offset(gen, offset); local 281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg); 295 int offset_reg = emit_li_offset(gen, offset); local 303 int offset_reg = emit_li_offset(gen, offset); local 319 int offset_reg = emit_li_offset(gen, offset); local 498 int offset_reg = emit_li_offset(gen, offset); local 513 int offset_reg = emit_li_offset(gen, offset); local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 79 int offset_reg; /**< used to reduce redundant li instructions */ member in struct:gen_context 123 gen->offset_reg = -1; 173 if (gen->offset_reg <= 0) { 175 gen->offset_reg = ppc_allocate_register(gen->f); 181 ppc_li(gen->f, gen->offset_reg, offset); 184 return gen->offset_reg; 213 int offset_reg = emit_li_offset(gen, offset); local 221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg); 279 int offset_reg = emit_li_offset(gen, offset); local 281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg); 295 int offset_reg = emit_li_offset(gen, offset); local 303 int offset_reg = emit_li_offset(gen, offset); local 319 int offset_reg = emit_li_offset(gen, offset); local 498 int offset_reg = emit_li_offset(gen, offset); local 513 int offset_reg = emit_li_offset(gen, offset); local [all...] |
/external/lldb/source/Core/ |
EmulateInstruction.cpp | 517 info.RegisterPlusIndirectOffset.offset_reg.name); 534 info.RegisterToRegisterPlusIndirectOffset.offset_reg.name,
|
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.cpp | 5187 RegisterInfo offset_reg; local 5202 RegisterInfo offset_reg; local 6893 RegisterInfo offset_reg; local 7301 RegisterInfo offset_reg; local 7731 RegisterInfo offset_reg; local 10553 RegisterInfo offset_reg; local [all...] |