Home
last modified time | relevance | path

Searched defs:rotated (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp8381 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTB() local
8466 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTH() local
8551 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTB() local
8633 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTH() local