Home
last modified time | relevance | path

Searched refs:shift_t (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h26 … inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, ARM_ShifterType &shift_t) in DecodeImmShift() argument
33 shift_t = SRType_LSL; in DecodeImmShift()
36 shift_t = SRType_LSR; in DecodeImmShift()
39 shift_t = SRType_ASR; in DecodeImmShift()
44 shift_t = SRType_RRX; in DecodeImmShift()
49 shift_t = SRType_ROR; in DecodeImmShift()
53 shift_t = SRType_Invalid; in DecodeImmShift()
60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftThumb() argument
62 …rn DecodeImmShift(Bits32(opcode, 5, 4), Bits32(opcode, 14, 12)<<2 | Bits32(opcode, 7, 6), shift_t); in DecodeImmShiftThumb()
67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftARM() argument
[all …]
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1108 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateMVNReg()
1126 ARM_ShifterType shift_t; in EmulateMVNReg() local
1135 shift_t = SRType_LSL; in EmulateMVNReg()
1144 shift_n = DecodeImmShiftThumb(opcode, shift_t); in EmulateMVNReg()
1153 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg()
1163 uint32_t shifted = Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg()
1369 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDSPRm()
2625 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDReg()
2643 ARM_ShifterType shift_t; in EmulateADDReg() local
2653 shift_t = SRType_LSL; in EmulateADDReg()
[all …]
/external/bison/
DChangeLog-201216684 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)