Lines Matching defs:base
66 // Copy the base address register if we overwrite it, or if this instruction
349 IntRegIndex base, int64_t imm) :
358 *uop = new MicroLdFp16Uop(machInst, dest, base, imm);
360 *uop = new MicroStrQBFpXImmUop(machInst, dest, base, imm);
362 *++uop = new MicroStrQTFpXImmUop(machInst, dest, base, imm);
370 IntRegIndex base, int64_t imm) :
379 *uop++ = new MicroLdFp16Uop(machInst, dest, base, 0);
381 *uop++= new MicroStrQBFpXImmUop(machInst, dest, base, 0);
382 *uop++ = new MicroStrQTFpXImmUop(machInst, dest, base, 0);
384 *uop = new MicroAddXiUop(machInst, base, base, imm);
396 IntRegIndex base, int64_t imm) :
405 *uop++ = new MicroLdFp16Uop(machInst, dest, base, imm);
407 *uop++ = new MicroStrQBFpXImmUop(machInst, dest, base, imm);
408 *uop++ = new MicroStrQTFpXImmUop(machInst, dest, base, imm);
410 *uop = new MicroAddXiUop(machInst, base, base, imm);
422 IntRegIndex base, IntRegIndex offset,
432 *uop = new MicroLdFp16RegUop(machInst, dest, base,
435 *uop = new MicroStrQBFpXRegUop(machInst, dest, base,
438 *++uop = new MicroStrQTFpXRegUop(machInst, dest, base,