Home
last modified time | relevance | path

Searched refs:kLRRegNum (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Dinstructions-aarch32.h410 enum RegNum { kIPRegNum = 12, kSPRegNum = 13, kLRRegNum = 14, kPCRegNum = 15 }; enumerator
415 const Register lr(kLRRegNum);
Ddisasm-aarch32.cc8159 RegisterList registers((((instr >> 24) & 0x1) << kLRRegNum) | in DecodeT32()
9944 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10189 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10209 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10305 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10326 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10360 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10968 if ((rt <= 7) || (rt == kLRRegNum)) { in DecodeT32()