Lines Matching refs:Rt
330 MCOperand &Rt = Inst.getOperand(3); in HexagonProcessInstruction() local
331 assert (Rt.isReg() && "Expected register and none was found"); in HexagonProcessInstruction()
332 unsigned Reg = RI->getEncodingValue(Rt.getReg()); in HexagonProcessInstruction()
337 Rt.setReg(getHexagonRegisterPair(Rt.getReg(), RI)); in HexagonProcessInstruction()
341 MCOperand &Rt = Inst.getOperand(2); in HexagonProcessInstruction() local
342 assert (Rt.isReg() && "Expected register and none was found"); in HexagonProcessInstruction()
343 unsigned Reg = RI->getEncodingValue(Rt.getReg()); in HexagonProcessInstruction()
348 Rt.setReg(getHexagonRegisterPair(Rt.getReg(), RI)); in HexagonProcessInstruction()
353 MCOperand &Rt = Inst.getOperand(2); in HexagonProcessInstruction() local
354 assert (Rt.isReg() && "Expected register and none was found"); in HexagonProcessInstruction()
355 unsigned Reg = RI->getEncodingValue(Rt.getReg()); in HexagonProcessInstruction()
360 Rt.setReg(getHexagonRegisterPair(Rt.getReg(), RI)); in HexagonProcessInstruction()
554 MCOperand &Rt = Inst.getOperand(1); in HexagonProcessInstruction() local
555 assert (Rt.isReg() && "Expected register and none was found"); in HexagonProcessInstruction()
556 unsigned Reg = RI->getEncodingValue(Rt.getReg()); in HexagonProcessInstruction()
561 Rt.setReg(getHexagonRegisterPair(Rt.getReg(), RI)); in HexagonProcessInstruction()