Lines Matching refs:MoveImm
547 bit MoveImm = 0> {
566 // An instruction declared as MoveImm will be optimized in FoldImmediate
568 let isMoveImm = MoveImm;
601 Operand immOp = simm7, Operand mOp = mimm, bit MoveImm = 0> :
602 RRbm<opcStr, opc, RC, Ty, RC, Ty, OpNode, immOp, mOp, MoveImm>;
980 multiclass RMm<string opcStr, bits<8>opc, RegisterClass RC, bit MoveImm = 0> {
993 // it here. An instruction declared as MoveImm will be optimized in
995 let isMoveImm = MoveImm;
1002 let cx = 0 in defm LEA : RMm<"lea", 0x06, I64, /* MoveImm */ 1>;
1003 let cx = 1 in defm LEASL : RMm<"lea.sl", 0x06, I64, /* MoveImm */ 1>;
1271 defm OR : RRm<"or", 0x45, I64, i64, or, simm7, mimm, /* MoveImm */ 1>;