reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1009     context.SetImmediateSigned(-sp_offset);
 1138     context.SetImmediateSigned(sp_offset);
 2449       context.SetImmediateSigned(-imm64); // the stack pointer offset
 2546       context.SetImmediateSigned(addr - sp);
 2639     context.SetImmediateSigned(-sp_offset);
 2731     context.SetImmediateSigned(sp_offset);
 4155       context.SetImmediateSigned(offset);
 4293       context.SetImmediateSigned(offset);
 4407       context.SetImmediateSigned(offset);
 4543         ctx.SetImmediateSigned((int32_t)(offset_addr - base));
 4725       context.SetImmediateSigned(offset);
 4847       context.SetImmediateSigned(offset);
 4996       context.SetImmediateSigned(offset);
 5119       context.SetImmediateSigned(offset);
11351       context.SetImmediateSigned(value - Rn);
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  922     context.SetImmediateSigned(idx);
 1052     context.SetImmediateSigned(offset);
 1079   context.SetImmediateSigned(offset);
 1118     context.SetImmediateSigned(offset);
 1156     context.SetImmediateSigned(offset);
 1192     context.SetImmediateSigned(offset);
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
 1224     context.SetImmediateSigned(imm);
 1413     context.SetImmediateSigned(result);
 1434   context.SetImmediateSigned(imm);
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
 1128     context.SetImmediateSigned(imm);
 1252   context.SetImmediateSigned(imm);
 1326     context.SetImmediateSigned(result);