Searched defs:Rt2 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp577 unsigned Rt2 = fieldFromInstruction(Insn, 10, 5); local
589 // Rn_wb, Rt, Rt2, Rn, Imm
594 if (L && Rt == Rt2)
599 if (Indexed && V == 0 && Rn != 31 && (Rt == Rn || Rt2 == Rn))
611 DecodeFPR32RegisterClass(Inst, Rt2, Address, Decoder);
615 DecodeFPR64RegisterClass(Inst, Rt2, Address, Decoder);
619 DecodeFPR128RegisterClass(Inst, Rt2, Address, Decoder);
627 DecodeGPR32RegisterClass(Inst, Rt2, Address, Decoder);
632 DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder);
636 DecodeGPR64RegisterClass(Inst, Rt2, Addres
660 unsigned Rt2 = fieldFromInstruction(Val, 10, 5); local
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1591 unsigned Rt2 = Rt + 1; local
1615 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
1619 if (Rt2 == 15)
1638 if (Rt2 == 15)
1644 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2))
1648 if (writeback && (Rn == Rt || Rn == Rt2))
4249 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); local
4254 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
4263 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Addres
4275 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); local
4324 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); local
4361 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); local
4419 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4); local
4535 unsigned Rt2 = fieldFromInstruction(Val, 16, 4); local
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3928 // Rt, Rt2
3947 // Rt, Rt2
4132 // Rt, Rt2
4151 // Rt, Rt2
5219 unsigned Rt2 = MRI->getEncodingValue(Reg2); local
5221 // Rt2 must be Rt + 1 and Rt must be even.
5222 if (Rt + 1 != Rt2 || (Rt & 1)) {
5326 // Rt2 must be Rt + 1.
5328 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); local
5329 if (Rt2 !
5337 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); local
5347 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(2).getReg()); local
[all...]

Completed in 216 milliseconds