Lines Matching full:i64
661 AM.setBaseReg(CurDAG->getRegister(X86::RIP, MVT::i64));
723 AM.Base_Reg = CurDAG->getRegister(X86::RIP, MVT::i64);
1296 i64);
1452 case MVT::i64:
1514 I64,
1625 case MVT::i64:
1626 Opc = AtomicOpcTbl[Op][I64];
1771 if (NVT != MVT::i32 && NVT != MVT::i64)
1815 case MVT::i64:
1844 case MVT::i64: LoReg = X86::RAX; Opc = X86::MUL64r; break;
1872 case MVT::i64: Opc = X86::MUL64r; MOpc = X86::MUL64m; break;
1880 case MVT::i64: Opc = X86::IMUL64r; MOpc = X86::IMUL64m; break;
1890 case MVT::i64: LoReg = X86::RAX; HiReg = X86::RDX; break;
1972 case MVT::i64: Opc = X86::DIV64r; MOpc = X86::DIV64m; break;
1980 case MVT::i64: Opc = X86::IDIV64r; MOpc = X86::IDIV64m; break;
2003 case MVT::i64:
2163 case MVT::i64: TRC = &X86::GR64_ABCDRegClass; break;
2201 N0.getValueType() == MVT::i64 &&