Searched defs:Rt2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2219 unsigned Rt2 = Rt + 1; in DecodeAddrMode3Instruction() local 5799 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeVMOVSRR() local 5825 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeVMOVRRS() local 5882 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); in DecodeT2LDRDPreInstruction() local 5919 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); in DecodeT2STRDPreInstruction() local 5988 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4); in DecodeSwap() local 6199 unsigned Rt2 = fieldFromInstruction(Val, 16, 4); in DecoderForMRRC2AndMCRR2() local 6800 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeMVEVMOVQtoDReg() local 6824 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeMVEVMOVDRegtoQ() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 983 unsigned Rt2 = fieldFromInstruction(insn, 10, 5); in DecodeExclusiveLdStInstruction() local 1077 unsigned Rt2 = fieldFromInstruction(insn, 10, 5); in DecodePairLdStInstruction() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 701 uint32_t Rt2 = Bits32(opcode, 14, 10); in EmulateLDPSTP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 5355 unsigned Rt2 = Inst.getOperand(2).getReg(); in validateInstruction() local 5380 unsigned Rt2 = Inst.getOperand(1).getReg(); in validateInstruction() local 5393 unsigned Rt2 = Inst.getOperand(2).getReg(); in validateInstruction() local 5409 unsigned Rt2 = Inst.getOperand(2).getReg(); in validateInstruction() local 5490 unsigned Rt2 = Inst.getOperand(2).getReg(); in validateInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 7415 unsigned Rt2 = MRI->getEncodingValue(Reg2); in ParseInstruction() local 7554 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(RtIndex + 1).getReg()); in validateLDRDSTRD() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 11162 uint32_t Rt2 = ReadCoreReg(t2, &success); in EmulateSTRDReg() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 8470 Value *Rt2 = Builder.CreateLShr(Call, 32); in EmitAMDGCNBallotForExec() local 8702 Value *Rt2 = Builder.CreateLShr(RtAndRt2, C1); in EmitARMBuiltinExpr() local
|