Lines Matching refs:Rt

1466   unsigned Rt = fieldFromInstruction(Insn, 12, 4);  in DecodeAddrMode2IdxInstruction()  local
1491 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeAddrMode2IdxInstruction()
1525 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode2IdxInstruction()
1614 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeAddrMode3Instruction() local
1623 unsigned Rt2 = Rt + 1; in DecodeAddrMode3Instruction()
1635 if (Rt & 0x1) S = MCDisassembler::SoftFail; in DecodeAddrMode3Instruction()
1647 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
1659 if (Rt == 15) in DecodeAddrMode3Instruction()
1661 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
1676 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2)) in DecodeAddrMode3Instruction()
1680 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
1687 if (Rt == 15) in DecodeAddrMode3Instruction()
1691 if (Rt == 15) in DecodeAddrMode3Instruction()
1695 if (!type && writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
1705 if (Rt == 15) in DecodeAddrMode3Instruction()
1709 if (type && (Rt == 15 || (writeback && Rn == Rt))) in DecodeAddrMode3Instruction()
1711 if (!type && (Rt == 15 || Rm == 15)) in DecodeAddrMode3Instruction()
1713 if (!type && writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
1742 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeAddrMode3Instruction()
1751 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt+1, Address, Decoder))) in DecodeAddrMode3Instruction()
3306 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LoadShift() local
3345 if (Rt == 15) { in DecodeT2LoadShift()
3371 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LoadShift()
3389 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LoadImm8() local
3431 if (Rt == 15) { in DecodeT2LoadImm8()
3459 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LoadImm8()
3473 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LoadImm12() local
3512 if (Rt == 15) { in DecodeT2LoadImm12()
3539 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LoadImm12()
3553 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LoadT() local
3580 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LoadT()
3591 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LoadLabel() local
3600 if (Rt == 15) { in DecodeT2LoadLabel()
3624 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LoadLabel()
3747 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LdStPre() local
3770 if (Rt == 15) in DecodeT2LdStPre()
3790 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LdStPre()
4159 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeDoubleRegLoad() local
4166 if (!Check(S, DecodeGPRPairRegisterClass(Inst, Rt, Address, Decoder))) in DecodeDoubleRegLoad()
4181 unsigned Rt = fieldFromInstruction(Insn, 0, 4); in DecodeDoubleRegStore() local
4188 if (Rn == 0xF || Rd == Rn || Rd == Rt || Rd == Rt+1) in DecodeDoubleRegStore()
4191 if (!Check(S, DecodeGPRPairRegisterClass(Inst, Rt, Address, Decoder))) in DecodeDoubleRegStore()
4206 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeLDRPreImm() local
4212 if (Rn == 0xF || Rn == Rt) S = MCDisassembler::SoftFail; in DecodeLDRPreImm()
4214 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeLDRPreImm()
4231 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeLDRPreReg() local
4238 if (Rn == 0xF || Rn == Rt) S = MCDisassembler::SoftFail; in DecodeLDRPreReg()
4241 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeLDRPreReg()
4259 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeSTRPreImm() local
4265 if (Rn == 0xF || Rn == Rt) S = MCDisassembler::SoftFail; in DecodeSTRPreImm()
4269 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeSTRPreImm()
4284 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeSTRPreReg() local
4290 if (Rn == 0xF || Rn == Rt) S = MCDisassembler::SoftFail; in DecodeSTRPreReg()
4294 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeSTRPreReg()
4858 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeVMOVSRR() local
4864 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F) in DecodeVMOVSRR()
4871 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt , Address, Decoder))) in DecodeVMOVSRR()
4884 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeVMOVRRS() local
4890 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F) in DecodeVMOVRRS()
4893 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt , Address, Decoder))) in DecodeVMOVRRS()
4931 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2LDRDPreInstruction() local
4942 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeT2LDRDPreInstruction()
4944 if (Rt == Rt2) in DecodeT2LDRDPreInstruction()
4948 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2LDRDPreInstruction()
4968 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeT2STRDPreInstruction() local
4979 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeT2STRDPreInstruction()
4986 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt, Address, Decoder))) in DecodeT2STRDPreInstruction()
5026 unsigned Rt = fieldFromInstruction(Insn, 12, 4); in DecodeSwap() local
5036 if (Rt == Rn || Rn == Rt2) in DecodeSwap()
5039 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt, Address, Decoder))) in DecodeSwap()
5174 unsigned Rt = fieldFromInstruction(Val, 12, 4); in DecodeLDR() local
5179 if (fieldFromInstruction(Val, 8, 4) != 0 || Rn == Rt) in DecodeLDR()
5182 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt, Address, Decoder))) in DecodeLDR()
5204 unsigned Rt = fieldFromInstruction(Val, 12, 4); in DecodeMRRC2() local
5210 if (Rt == Rt2) in DecodeMRRC2()
5215 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt, Address, Decoder))) in DecodeMRRC2()