Searched refs:dest_pos (Results 1 - 9 of 9) sorted by relevance

/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.cpp58 // `dest_pos' and return the resulting instruction. We should have
60 int Assembler::patched_branch(int dest_pos, int inst, int inst_pos) { argument
65 case b_op: m = li(-1); v = li(disp(dest_pos, inst_pos)); break;
66 case bc_op: m = bd(-1); v = bd(disp(dest_pos, inst_pos)); break;
H A Dassembler_ppc.hpp202 static int patched_branch(int dest_pos, int inst, int inst_pos);
/openjdk10/hotspot/src/share/vm/opto/
H A Darraycopynode.cpp719 Node* dest_pos = in(DestPos); local
722 const TypeInt *dest_pos_t = phase->type(dest_pos)->isa_int();
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp507 oopDesc* dest, jint dest_pos,
H A DsharedRuntime.cpp1894 oopDesc* dest, jint dest_pos,
1911 (arrayOopDesc*)dest, dest_pos,
1893 JRT_ENTRY(void, SharedRuntime::slow_arraycopy_C(oopDesc* src, jint src_pos, oopDesc* dest, jint dest_pos, jint length, JavaThread* thread)) argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp111 // Patch instruction inst at offset inst_pos to refer to dest_pos
115 int MacroAssembler::patched_branch(int dest_pos, int inst, int inst_pos) { argument
121 case call_op: m = wdisp(word_aligned_ones, 0, 30); v = wdisp(dest_pos, inst_pos, 30); break;
124 case fbp_op2: m = wdisp( word_aligned_ones, 0, 19); v = wdisp( dest_pos, inst_pos, 19); break;
125 case bp_op2: m = wdisp( word_aligned_ones, 0, 19); v = wdisp( dest_pos, inst_pos, 19); break;
126 case fb_op2: m = wdisp( word_aligned_ones, 0, 22); v = wdisp( dest_pos, inst_pos, 22); break;
127 case br_op2: m = wdisp( word_aligned_ones, 0, 22); v = wdisp( dest_pos, inst_pos, 22); break;
131 v = wdisp10(dest_pos, inst_pos);
134 v = wdisp16(dest_pos, inst_pos);
H A DmacroAssembler_sparc.hpp558 static int patched_branch(int dest_pos, int inst, int inst_pos);
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp1842 // Patch instruction `inst' at offset `inst_pos' to refer to `dest_pos'
1847 unsigned long MacroAssembler::patched_branch(address dest_pos, unsigned long inst, address inst_pos) {
1856 int v = simm16(RelAddr::pcrel_off16(dest_pos, inst_pos), 16, 32);
1861 long v = simm16(RelAddr::pcrel_off16(dest_pos, inst_pos), 16, 48);
1866 long v = simm16(RelAddr::pcrel_off16(dest_pos, inst_pos), 16, 48);
1871 long v = simm32(RelAddr::pcrel_off32(dest_pos, inst_pos), 16, 48);
1876 long v = simm32(RelAddr::pcrel_off32(dest_pos, inst_pos), 16, 48);
1885 if (new_off != (dest_pos-inst_pos)) {
1886 tty->print_cr("case %d: dest_pos = %p, inst_pos = %p, disp = %ld(%12.12lx)", c, dest_pos, inst_po
[all...]
H A DmacroAssembler_s390.hpp359 static unsigned long patched_branch(address dest_pos, unsigned long inst, address inst_pos);

Completed in 107 milliseconds