• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/

Lines Matching defs:byteCount

132             final int byteCount = result.getPlatformKind().getSizeInBytes();
133 assert byteCount > 1 : "Byte values must not be loaded via constant table";
137 loadFromConstantTable(crb, masm, byteCount, baseRegister, constant, resultRegister, getDelayedControlTransfer());
141 loadFromConstantTable(crb, masm, byteCount, baseRegister, constant, scratchRegister, getDelayedControlTransfer());
524 int byteCount = kind.getSizeInBytes();
525 masm.st(g0, addr, byteCount);
645 int byteCount = result.getPlatformKind().getSizeInBytes();
658 loadFromConstantTable(crb, masm, byteCount, constantTableBase, input, resultRegister, delaySlotLir);
670 loadFromConstantTable(crb, masm, byteCount, constantTableBase, input, resultRegister, delaySlotLir);
686 loadFromConstantTable(crb, masm, byteCount, constantTableBase, input, resultRegister, delaySlotLir);
703 loadFromConstantTable(crb, masm, byteCount, constantTableBase, input, resultRegister, delaySlotLir);
713 loadFromConstantTable(crb, masm, byteCount, constantTableBase, input, resultRegister, delaySlotLir);
747 int byteCount = kind.getSizeInBytes();
748 masm.ld(addr, dst, byteCount, signExtend);
761 int byteCount = kind.getSizeInBytes();
762 masm.st(asRegister(input), addr, byteCount);
772 public static void loadFromConstantTable(CompilationResultBuilder crb, SPARCMacroAssembler masm, int byteCount, Register constantTableBase, Constant input, Register dest,
781 crb.recordDataReferenceInCode(input, byteCount);
785 crb.recordDataReferenceInCode(input, byteCount);
789 masm.ld(address, dest, byteCount, false);