Searched refs:FP (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/test/java/security/spec/
H A DECCBasic.java39 private static final ECFieldFp FP = new ECFieldFp(TEN); field in class:ECCBasic
76 if (TEN.equals(FP.getP()) == false) {
79 if (FP.getFieldSize() != TEN.bitLength()) {
322 new EllipticCurve(FP, a, b);
325 new EllipticCurve(FP, a, b, null);
328 new EllipticCurve(FP, a, b, new byte[8]);
363 new EllipticCurve(FP, null, TEN);
366 new EllipticCurve(FP, ONE, null);
372 new EllipticCurve(FP, null, TEN, null);
375 new EllipticCurve(FP, ON
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java72 public static final int FP = EBP; field in class:X86ThreadContext
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddebug_sparc.cpp72 sp = (intptr_t *)sp[FP->sp_offset_in_saved_window()];
H A DsharedRuntime_sparc.cpp212 // Save all the FP registers: 32 doubles (32 floats correspond to the 2 halves of the first 16 doubles)
233 // Restore all the FP registers
317 // 8 bytes FP registers are saved by default on SPARC.
562 __ stx(G1, FP, -8 + STACK_BIAS);
563 __ stx(G4, FP, -16 + STACK_BIAS);
571 __ ldx(FP, -8 + STACK_BIAS, G1);
572 __ ldx(FP, -16 + STACK_BIAS, G4);
1044 // compiled code, which relys solely on SP and not FP, get sick).
1280 __ ld(FP, reg2offset(src.first()) + STACK_BIAS, L5);
1284 __ ld(FP, reg2offse
[all...]
H A Dframe_sparc.hpp47 // [16 words for register saving] <--- FP
136 // stores the FP for a frame at a fixed offset from the frame's SP,
178 intptr_t* fp() const { return (intptr_t*) ((intptr_t)(sp()[FP->sp_offset_in_saved_window()]) + STACK_BIAS ); }
H A Dinterpreter_sparc.cpp96 __ set_last_Java_frame(FP, noreg);
146 __ set_last_Java_frame(FP, noreg);
291 // set Lmonitors to FP - rounded_vm_local_words
H A DtemplateInterpreter_sparc.cpp255 __ ld_ptr(FP, (frame::interpreter_frame_oop_temp_offset*wordSize) + STACK_BIAS, Itos_i);
581 __ sub(FP, rounded_vm_local_words * BytesPerWord, Lmonitors ); // set Lmonitors
867 __ st_ptr(G0, FP, (frame::interpreter_frame_oop_temp_offset * wordSize) + STACK_BIAS);
956 __ add(FP, (frame::interpreter_frame_oop_temp_offset * wordSize) + STACK_BIAS, O2);
959 __ sub(SP, FP, O3); // Calculate negative of current frame size
969 __ ld_ptr(FP, (Lmethod->sp_offset_in_saved_window() * wordSize) + STACK_BIAS, Lmethod);
986 __ ld_ptr(FP, (Lmethod->sp_offset_in_saved_window() * wordSize) + STACK_BIAS, Lmethod);
1036 // The other trick is we set last_Java_sp to FP instead of the usual SP because
1041 __ set_last_Java_frame(FP, O7);
1171 __ st_ptr(O0, FP, (fram
[all...]
H A Dregister_sparc.hpp155 CONSTANT_REGISTER_DECLARATION(Register, FP , (RegisterImpl::ibase + 6));
210 #define FP ((Register)(FP_RegisterEnumValue)) macro
H A Dframe_sparc.inline.hpp67 inline intptr_t* frame::link() const { return (intptr_t *)(fp()[FP->sp_offset_in_saved_window()] + STACK_BIAS); }
H A Dregister_definitions_sparc.cpp72 REGISTER_DEFINITION(Register, FP);
H A Dinterp_masm_sparc.cpp56 const Address InterpreterMacroAssembler::l_tmp(FP, (frame::interpreter_frame_l_scratch_fp_offset * wordSize) + STACK_BIAS);
57 const Address InterpreterMacroAssembler::d_tmp(FP, (frame::interpreter_frame_d_scratch_fp_offset * wordSize) + STACK_BIAS);
560 // Saved SP, plus register window size, must not be above FP.
563 sub(Rtemp, STACK_BIAS, Rtemp); // Bias Rtemp before cmp to FP
565 cmp_and_brx_short(Rtemp, FP, Assembler::greaterUnsigned, Assembler::pn, Bad);
1353 Address d_save(FP, -sizeof(jdouble) + STACK_BIAS);
2006 debug_only(check_for_regarea_stomp(index, 0, FP, G1_scratch, G4_scratch);)
2015 check_for_regarea_stomp(index, 0, FP, G1_scratch, G4_scratch);
2031 check_for_regarea_stomp(index, Interpreter::local_offset_in_bytes(1), FP, G1_scratch, G4_scratch);
2042 check_for_regarea_stomp(index, 0, FP, G1_scratc
[all...]
H A DcppInterpreter_sparc.cpp741 __ sub(SP, FP, O3); // Calculate negative of current frame size
815 // The other trick is we set last_Java_sp to FP instead of the usual SP because
821 __ set_last_Java_frame(FP, O7);
1007 __ cmp(I5_savedSP, FP);
1123 __ sub(FP, sizeof(BytecodeInterpreter), state); // Point to new Interpreter state
1723 __ restore(FP, G0, SP); // unwind interpreter state frame
1842 __ restore(FP, G0, SP); // unwind interpreter state frame
1901 __ restore(FP, G0, SP);
1922 __ restore(FP, G0, SP); // unwind interpreter state frame
1936 __ restore(FP, G
[all...]
H A Dframe_sparc.cpp79 bad_mask |= (1LL << R_I_nums[6]); // FP
140 assert((_location_valid[0] & bad_mask) == 0, "cannot have special locations for SP,FP,TLS,etc.");
378 assert( (intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS), "younger_sp must be valid");
598 sp = (intptr_t*)sp[FP->sp_offset_in_saved_window()];
H A Dc1_FrameMap_sparc.cpp313 FP_opr = as_pointer_opr(FP);
H A DmethodHandles_sparc.cpp569 // save FP result, valid at some call sites (adapter_opt_return_float, ...)
570 Address d_save(FP, -sizeof(jdouble) + STACK_BIAS);
H A Dassembler_sparc.cpp80 return Address(FP, disp); // In argument.
1151 // the previous one. In that case, last_java_sp must be passed as FP
1705 a->sub(FP, round_to(sizeof(RegistersForDebugging), sizeof(jdouble)) - STACK_BIAS, O0);
1944 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+0*8,I0);
1945 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+1*8,I1);
1946 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+2*8,I2);
1947 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+3*8,I3);
1948 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+4*8,I4);
1949 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+5*8,I5);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dthread_linux_sparc.hpp88 while((ysp = (intptr_t*)sp[FP->sp_offset_in_saved_window()]) != NULL) {
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dthread_solaris_sparc.hpp87 while((ysp = (intptr_t*)sp[FP->sp_offset_in_saved_window()]) != NULL) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java36 output is SP, FP, and PC for an X86Frame. Instantiation of the
68 Address fp = context.getRegisterAsAddress(X86ThreadContext.FP);
89 // to do here. Searching the stack for an (SP, FP) pair is
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DCrypt.java71 private static final byte[] FP = { field in class:Crypt
273 block[j] = L[FP[j]-1];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java63 // The general rule in this code is that when we have a variable like FP, youngerSP, SP
213 Assert.that(youngerSP.getAddressAt(SPARCRegisters.FP.spOffsetInSavedWindow()).
469 return unBiasSP(getFP().getAddressAt(SPARCRegisters.FP.spOffsetInSavedWindow()));
545 // System.out.println(" FP: " + fp);
610 if ( unBiasSP(getSP().getAddressAt(SPARCRegisters.FP.spOffsetInSavedWindow())) == null ) {
655 Address fpAddr = sp.addOffsetTo(SPARCRegisters.FP.spOffsetInSavedWindow());
1007 sp = unBiasSP(sp.getAddressAt(SPARCRegisters.FP.spOffsetInSavedWindow()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java142 public static final SPARCRegister FP = I6; field in class:SPARCRegisters
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c326 regs[REG_INDEX(FP)] = (uintptr_t) gregs.r_ebp;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Registers.java315 public static final IA64Register FP = AR_BSP; field in class:IA64Registers
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c327 regs[REG_INDEX(FP)] = (uintptr_t) gregs.ebp;

Completed in 459 milliseconds

12