Lines Matching defs:regX
279 bool regX = !rt.IsW();
282 uint64_t imm = GetImmOfLdr(operand, scale, regX);
285 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | LoadAndStoreImm(imm, isSigned) |
290 uint32_t shift = GetShiftOfLdr(operand, scale, regX);
297 uint32_t instructionCode = ((regX && (scale == Scale::Q)) << 30) | op | Rm(rm.GetId()) |
323 bool regX = !rt.IsW();
330 if (regX) {
348 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, isSigned) |
359 bool regX = !rt.IsW();
364 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) |
371 bool regX = !rt.IsW();
376 uint32_t instructionCode = (regX << 30) | op | LoadAndStoreImm(imm, true) |