Searched refs:R1 (Results 1 - 25 of 41) sorted by relevance

12

/openjdk10/jdk/test/sun/security/krb5/config/
H A Dconfplusprop.conf2 default_realm = R1
7 R1 = {
H A Dconfplusprop2.conf5 R1 = {
H A Dk1.conf2 default_realm = R1
9 R1 = {
12 R1 = hello
13 R1 = {
27 R1 = {
/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DRC2Crypt.java169 int R1 = (in[inOfs + 2] & 0xff)
178 R0 = (R0 + expandedKey[i ] + (R3 & R2) + (~R3 & R1)) & 0xffff;
181 R1 = (R1 + expandedKey[i + 1] + (R0 & R3) + (~R0 & R2)) & 0xffff;
182 R1 = (R1 << 2) | (R1 >>> 14);
184 R2 = (R2 + expandedKey[i + 2] + (R1 & R0) + (~R1 & R3)) & 0xffff;
187 R3 = (R3 + expandedKey[i + 3] + (R2 & R1)
[all...]
/openjdk10/langtools/test/tools/javac/lambda/
H A DNoWarnOnImplicitParams.java16 interface R1 { interface in class:NoWarnOnImplicitParams
25 interface R12 extends R1, R2 {}
/openjdk10/jdk/test/javax/smartcardio/
H A DResponseAPDUTest.java37 static final byte[] R1 = {(byte) 0x07, (byte) 0xA0, (byte) 0x00, field in class:ResponseAPDUTest
42 static final ResponseAPDU RAPDU = new ResponseAPDU(R1);
50 int apduLen = R1.length;
53 expectedData[i] = R1[i];
57 expectedSw1 = R1[apduLen - 2] & 0xff;
58 expectedSw2 = R1[apduLen - 1] & 0xff;
64 assertEquals(RAPDU.getBytes(), R1);
/openjdk10/hotspot/src/cpu/arm/vm/
H A DstubRoutinesCrypto_arm.cpp127 // Register to = R1; // destination byte array
161 __ fmsr(S7, R1);
177 __ ldr (R1, Address(R0, R12, lsl, 2));
180 __ eor(R1, R1, AsmOperand(R2, ror, 8));
185 __ eor(R1, R1, AsmOperand(R3, ror, 16));
187 __ eor(R10, R1, R12);
191 __ ldr (R1, Address(R0, R12, lsl, 2));
194 __ eor(R1, R
[all...]
H A DjniFastGetField_arm.cpp78 // R1 - object handle
82 const Register Robj = AARCH64_ONLY(R5) NOT_AARCH64(R1);
85 const Register Rres_hi = R1;
93 assert_different_registers(Rsafepoint_counter_addr, Rsafept_cnt, Robj, Rres, Rtmp1, Rtmp2, R0, R1, R2, LR);
94 assert_different_registers(Rsafept_cnt2, Rsafept_cnt, Rres, R0, R1, R2, LR);
97 assert_different_registers(Rsafept_cnt, R1, R2, Rtmp1, LR);
125 __ andr(R1, R1, ~JNIHandles::weak_tag_mask);
127 __ bic(R1, R1, JNIHandle
[all...]
H A DtemplateInterpreterGenerator_arm.cpp71 __ mov(R1, Rmethod);
81 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::slow_signature_handler), R1, R2, R3, false);
103 __ pop(RegisterSet(R1, R3)); // Load arguments passed in registers
199 __ ldr_literal(R1, Lname);
202 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_ArrayIndexOutOfBoundsException), R1, R2);
221 __ mov(R1, R2_ClassCastException_obj);
225 R1);
248 __ ldr_literal(R1, Lname);
251 __ call_VM(Rexception_obj, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_klass_exception), R1, R2);
258 __ call_VM(Rexception_obj, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_exception), R1, R
1677 __ call_VM_leaf(CAST_FROM_FN_PTR(address, Deoptimization::popframe_preserve_args), R0, R1, R2); local
1716 __ call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::popframe_move_outgoing_args), R0, R1, R2); local
[all...]
H A Dc1_Runtime1_arm.cpp105 if (arg1 != R1) {
106 mov(R1, arg1);
113 assert(arg1 == R1 && arg2 == R2, "cannot handle otherwise");
119 assert(arg1 == R1 && arg2 == R2 && arg3 == R3, "cannot handle otherwise");
326 __ pop(RegisterSet((restore_R0 ? R0 : R1), R6) | RegisterSet(R8, R10) | R12 | altFP_7_11);
363 __ ldr(R1, Address(SP, arg1_offset));
541 __ raw_push(R0, R1);
552 const Register r_index_1 = R1;
567 __ ldrb(R1, queue_active);
568 __ cbz(R1, don
[all...]
H A Dc1_FrameMap_arm.cpp152 R1_opr = as_opr(R1); R1_oop_opr = as_oop_opr(R1); R1_metadata_opr = as_metadata_opr(R1);
177 Long_result_opr = as_long_opr(R0, R1);
H A Dinterp_masm_arm.cpp533 // Transition vtos -> state. Blows R0, R1. Sets TOS cached value.
634 // Converts return value in R0/R1 (interpreter calling conventions) to TOS cached value.
637 // According to interpreter calling conventions, result is returned in R0/R1,
642 fmdrr(D0_tos, R0, R1);
647 // Converts TOS cached value to return value in R0/R1 (according to interpreter calling conventions).
650 // According to interpreter calling conventions, result is returned in R0/R1,
651 // so ftos (S0) and dtos (D0) are moved to R0/R1.
655 fmrrd(R0, R1, D0_tos);
874 // Note: Registers R0, R1, S0 and D0 (TOS cached value) may be in use for the result.
904 const Register Rmonitor = R1; // fixe
[all...]
H A DtemplateTable_arm.cpp310 __ mov(R1, Rmethod);
313 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::set_original_bytecode_at), R1, R2, R3);
493 __ mov(R1, wide);
494 call_VM(R0_tos, CAST_FROM_FN_PTR(address, InterpreterRuntime::ldc), R1);
535 __ mov(R1, (int)bytecode());
536 __ call_VM(R0_tos, entry, R1);
1551 // R1 - result
1552 __ mov(R0_tos, R1);
1712 __ mov(R1, R0_tos);
1715 case add: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_fadd_glibc), R0, R1); brea local
1716 case sub: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_fsub_glibc), R0, R1); break; local
1717 case mul: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_fmul), R0, R1); break; local
1718 case div: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_fdiv), R0, R1); break; local
1719 case rem: __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::frem), R0, R1); break; local
1736 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::frem), R0, R1); local
1758 case add: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_dadd_glibc), R0, R1, R2, R3); break; local
1759 case sub: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_dsub_glibc), R0, R1, R2, R3); break; local
1760 case mul: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_dmul), R0, R1, R2, R3); break; local
1761 case div: __ call_VM_leaf(CAST_FROM_FN_PTR(address, __aeabi_ddiv), R0, R1, R2, R3); break; local
1762 case rem: __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::drem), R0, R1, R2, R3); break; local
1779 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::drem), R0, R1, R2, R3); local
[all...]
H A Dregister_arm.hpp36 #undef R1 macro
100 #define R1 ((Register)1) macro
467 #define R1_tmp R1
490 #define R1_tos_hi R1
519 * R1 Second argument reg caller
537 #define c_rarg1 R1
H A Dvm_version_arm_32.cpp58 __ pop(R1);
59 __ sub(R0, R1, R0);
/openjdk10/hotspot/test/runtime/contended/
H A DHasNonStatic.java53 R1 r1 = new R1();
59 public static class R1 { class in class:HasNonStatic
H A DOopMaps.java69 R1[] rs = new R1[COUNT];
72 R1 r1 = new R1();
97 R1 r1 = rs[i];
142 public static class R1 extends R0 { class in class:OopMaps
H A DInheritance1.java183 public static class R1 { class in class:Inheritance1
197 public static class A1_R1 extends R1 {
201 public static class A2_R1 extends R1 {
207 public static class A3_R1 extends R1 {
H A DDefaultValue.java135 if (!arePaddedPairwise(R1.class, "int1", "int2")) {
136 System.err.println("R1 failed");
156 public static class R1 { class in class:DefaultValue
/openjdk10/nashorn/test/script/basic/
H A Djavaclassoverrides.js34 var R1 = Java.extend(java.lang.Runnable, {
36 print("R1.run() invoked")
46 var r1 = new R1
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/ppc64/
H A DPPC64ThreadContext.java76 public static final int R1 = 30; field in class:PPC64ThreadContext
92 public static final int SP = R1;
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A DmacroAssembler_linux_arm_32.cpp107 if(newval != R1) {
108 if(base == R1) {
118 mov(R1, newval);
194 push(RegisterSet(R1, R4) | RegisterSet(R12) | RegisterSet(LR));
196 if ( oldval != R0 || newval != R1 || base != R2 ) {
201 pop(R1);
221 pop(RegisterSet(R1, R4) | RegisterSet(R12) | RegisterSet(LR));
308 add(R1, SP, 16); // R1 == &newval_lo
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.cpp518 addi( R0, R1, 10);
522 add( R3, R2, R1);
532 subfe( R28, R1, R0);
537 mulld( R1, R18, R21);
567 ori( R1, R4, 13);
573 orr( R2, R1, R9);
578 nand_( R3, R1, R0);
591 slw( R2, R1, R10);
598 srad_( R9, R13, R1);
603 slwi( R1, R2
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/aarch64/
H A DAARCH64ThreadContext.java64 public static final int R1 = 1; field in class:AARCH64ThreadContext
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java81 public static final int R1 = EDX; field in class:X86ThreadContext

Completed in 226 milliseconds

12