Searched refs:source_reg (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 8413 RegisterInfo source_reg; in EmulateSXTB() local 8414 GetRegisterInfo(eRegisterKindDWARF, dwarf_r0 + m, source_reg); in EmulateSXTB() 8418 context.SetRegister(source_reg); in EmulateSXTB() 8496 RegisterInfo source_reg; in EmulateSXTH() local 8497 GetRegisterInfo(eRegisterKindDWARF, dwarf_r0 + m, source_reg); in EmulateSXTH() 8501 context.SetRegister(source_reg); in EmulateSXTH() 8581 RegisterInfo source_reg; in EmulateUXTB() local 8582 GetRegisterInfo(eRegisterKindDWARF, dwarf_r0 + m, source_reg); in EmulateUXTB() 8586 context.SetRegister(source_reg); in EmulateUXTB() 8663 RegisterInfo source_reg; in EmulateUXTH() local [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 9042 int source_reg = COUNT_MATCH; in compile_ref_matchingpath() local 9071 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->iref_ptr, source_reg, 0); in compile_ref_matchingpath() 9075 OP1(SLJIT_MOV, source_reg, 0, TMP1, 0); in compile_ref_matchingpath() 9079 jump = CMP(SLJIT_GREATER_EQUAL, source_reg, 0, source_end_reg, 0); in compile_ref_matchingpath() 9084 OP1(SLJIT_MOV, STR_PTR, 0, source_reg, 0); in compile_ref_matchingpath() 9088 OP1(SLJIT_MOV, source_reg, 0, STR_PTR, 0); in compile_ref_matchingpath() 9127 OP1(SLJIT_MOV, source_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr); in compile_ref_matchingpath() 9135 OP1(SLJIT_MOV, source_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr); in compile_ref_matchingpath() 9144 OP1(SLJIT_MOV, source_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr); in compile_ref_matchingpath()
|