Searched refs:instruction (Results 51 - 53 of 53) sorted by relevance

123

/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java3781 public void processingInstruction(String name, String instruction) { argument
3783 pi.add(instruction);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java451 * to trace the frame state before each bytecode instruction as it is parsed.
666 protected FixedWithNextNode lastInstr; // the last instruction added
858 * @param instruction the current last instruction
861 protected void finishPrepare(FixedWithNextNode instruction, int bci) { argument
2431 assert fixedWithNextNode.next() == null : "cannot append instruction to instruction which isn't end";
2912 * Hook for subclasses to modify the last instruction or add other instructions.
2914 * @param instr The last instruction (= fixed node) which was added.
2916 * @return Returns the (new) last instruction
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp561 guarantee(!test_only, "Emitter not fit for test_only instruction variant.");
572 guarantee(!test_only, "Emitter not fit for test_only instruction variant.");
583 guarantee(!test_only, "Emitter not fit for test_only instruction variant.");
598 // The optimization tries to avoid the mghi instruction, since it uses the FPU for
638 // imm == 0 emits either no instruction or r1 := r2 !
640 // instruction sequences are required!!!
682 // Always use LAY instruction, so we don't need the tmp register.
906 // Implementation on x86/sparc assumes that constant and instruction section are
1029 // Return len (in bytes) of generated instruction(s).
1031 // set_cc: Use instruction tha
[all...]

Completed in 66 milliseconds

123