Lines Matching refs:Z_R1_scratch

107   const Register signature      = Z_R1_scratch; // Is a string.
365 __ z_stg(signature, d_signature, Z_SP); // Spill since signature == Z_R1_scratch.
366 __ z_larl(Z_R1_scratch, iarg_caselist);
369 __ z_agr(Z_R1_scratch, Z_R0_scratch);
370 __ z_bcr(Assembler::bcondAlways, Z_R1_scratch);
396 __ z_stg(signature, d_signature, Z_SP); // Spill since signature == Z_R1_scratch.
398 __ add2mem_64(Address(Z_SP, d_fpcnt), 1, Z_R1_scratch); // Increment index.
399 __ z_larl(Z_R1_scratch, farg_caselist);
401 __ z_agr(Z_R1_scratch, Z_R0_scratch);
402 __ z_bcr(Assembler::bcondAlways, Z_R1_scratch);
636 __ load_absolute_address(Z_R1_scratch, Interpreter::throw_exception_entry());
637 __ z_br(Z_R1_scratch);
762 Z_R1_scratch, false, Assembler::bcondZero,
777 Z_R1_scratch, false, Assembler::bcondZero,
781 Register tmp = Z_R1_scratch;
833 Register tmp2 = Z_R1_scratch;
1019 __ z_lg(Z_R1_scratch, Address(Z_method, Method::const_offset()));
1020 __ z_llgh(local_count, Address(Z_R1_scratch, ConstMethod::size_of_locals_offset()));
1041 __ z_lg(Z_R1_scratch, Address(Z_method, Method::const_offset()));
1042 __ z_llgh(max_stack, Address(Z_R1_scratch, ConstMethod::size_of_parameters_offset()));
1061 __ z_lg(Z_R1_scratch, Address(Z_method, Method::const_offset()));
1062 __ z_sh(local_count, Address(Z_R1_scratch, ConstMethod::size_of_parameters_offset()));
1157 __ z_lg(Z_R1_scratch, Address(Z_method, Method::const_offset()));
1158 __ z_lg(Z_R1_scratch, Address(Z_R1_scratch, ConstMethod::constants_offset()));
1159 __ z_lg(Z_R1_scratch, Address(Z_R1_scratch, ConstantPool::cache_offset_in_bytes()));
1214 // z_ijava_state->cpoolCache = Z_R1_scratch (see load above);
1215 __ z_stg(Z_R1_scratch, _z_ijava_state_neg(cpoolCache), fp);
1218 __ load_mirror(Z_R1_scratch, Z_method);
1219 __ z_stg(Z_R1_scratch, _z_ijava_state_neg(mirror), fp);
1233 __ z_lg(Z_R1_scratch, Address(Z_method, Method::const_offset()));
1234 __ z_llgh(Z_R0_scratch, Address(Z_R1_scratch, ConstMethod::size_of_locals_offset()));
1254 __ z_lgr(Z_R1_scratch, local_count);
1269 __ z_larl(Z_R1_scratch, XC_template);
1270 __ z_ex(local_count, 0, Z_R0, Z_R1_scratch); // Execute XC with variable length.
1485 __ get_method(Z_R1_scratch);
1486 __ testbit(method2_(Z_R1_scratch, access_flags), JVM_ACC_SYNCHRONIZED_BIT);
1877 __ get_method(Z_R1_scratch);
1878 __ testbit(method2_(Z_R1_scratch, access_flags), JVM_ACC_SYNCHRONIZED_BIT);
1889 __ verify_esp(Z_esp, Z_R1_scratch);
2458 __ load_absolute_address(Z_R1_scratch, (address) &BytecodeCounter::_counter_value);
2459 __ add2mem_32(Address(Z_R1_scratch), 1, Z_R0_scratch);
2463 __ load_absolute_address(Z_R1_scratch, (address)&BytecodeHistogram::_counters[ t->bytecode() ]);
2464 __ add2mem_32(Address(Z_R1_scratch), 1, Z_tmp_1);
2485 __ load_absolute_address(Z_R1_scratch,
2488 __ z_agr(Z_R1_scratch, index);
2489 __ add2mem_32(Address(Z_R1_scratch), 1, Z_tmp_1);