Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h412 enum RegNum { kIPRegNum = 12, kSPRegNum = 13, kLRRegNum = 14, kPCRegNum = 15 }; enumerator
417 const Register lr(kLRRegNum);
Ddisasm-aarch32.cc8120 RegisterList registers((((instr >> 24) & 0x1) << kLRRegNum) | in DecodeT32()
9940 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10185 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10205 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10301 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10322 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10356 (((instr >> 14) & 0x1) << kLRRegNum) | in DecodeT32()
10987 if ((rt <= 7) || (rt == kLRRegNum)) { in DecodeT32()