Searched refs:Shift_C (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 212 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, in Shift_C() function 257 uint32_t result = Shift_C(value, type, amount, carry_in, dont_care, success); in Shift()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1667 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateMVNReg() 1722 Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg() 3538 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 3565 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 3732 (result, carry) = Shift_C(R[m], SRType_RRX, 1, APSR.C); in EmulateRRX() 6100 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateANDReg() 6265 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateBICReg() 8910 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateEORReg() 9077 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateORRReg() 9824 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateTEQReg() [all …]
|