Searched refs:tmp1 (Results 1 - 24 of 24) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DQualifiedNew.java14 Object tmp1 = null.new Y(); field in class:QualifiedNew.Z
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djidctint.c156 INT32 tmp0, tmp1, tmp2, tmp3; local
221 tmp1 = (z2 - z3) << CONST_BITS;
225 tmp11 = tmp1 + tmp2;
226 tmp12 = tmp1 - tmp2;
233 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
238 z2 = tmp1 + tmp2;
240 z4 = tmp1 + tmp3;
244 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
256 tmp1
[all...]
H A Djfdctflt.c65 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
77 tmp1 = dataptr[1] + dataptr[6];
88 tmp11 = tmp1 + tmp2;
89 tmp12 = tmp1 - tmp2;
127 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
138 tmp11 = tmp1 + tmp2;
139 tmp12 = tmp1 - tmp2;
H A Djfdctfst.c120 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp1 = dataptr[1] + dataptr[6];
144 tmp11 = tmp1 + tmp2;
145 tmp12 = tmp1 - tmp2;
183 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
194 tmp11 = tmp1 + tmp2;
195 tmp12 = tmp1 - tmp2;
H A Djidctflt.c76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
128 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
135 tmp13 = tmp1 + tmp3; /* phases 5-3 */
136 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
140 tmp1 = tmp11 + tmp12;
168 wsptr[DCTSIZE*1] = tmp1 + tmp6;
169 wsptr[DCTSIZE*6] = tmp1 - tmp6;
202 tmp1 = tmp11 + tmp12;
229 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
231 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1
[all...]
H A Djidctfst.c176 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
229 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
236 tmp13 = tmp1 + tmp3; /* phases 5-3 */
237 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
241 tmp1 = tmp11 + tmp12;
269 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
270 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
328 tmp1 = tmp11 + tmp12;
355 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
357 outptr[6] = range_limit[IDESCALE(tmp1
[all...]
H A Djfdctint.c146 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
161 tmp1 = dataptr[1] + dataptr[6];
174 tmp11 = tmp1 + tmp2;
175 tmp12 = tmp1 - tmp2;
226 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
239 tmp11 = tmp1 + tmp2;
240 tmp12 = tmp1 - tmp2;
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java91 DerOutputStream tmp1 = new DerOutputStream();
92 id.encode(tmp1);
94 false, TAG_ID), tmp1);
98 DerOutputStream tmp1 = new DerOutputStream();
99 names.encode(tmp1);
101 true, TAG_NAMES), tmp1);
107 DerOutputStream tmp1 = new DerOutputStream();
108 serialNum.encode(tmp1);
110 false, TAG_SERIAL_NUM), tmp1);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c626 mlib_u8 *tdp, *tsp, tmp0, tmp1; local
642 tmp1 = tsp[cx + 1];
649 tdp[1] = tmp1;
653 tmp1 = tsp[cx + 1];
657 tdp[1] = tmp1;
676 mlib_u8 *tdp, *tsp, tmp0, tmp1, tmp2, tmp3; local
696 tmp1 = tsp[cx + 1];
705 tdp[1] = tmp1;
713 tmp1 = tsp[cx + 1];
721 tdp[1] = tmp1;
769 mlib_u16 tmp0, tmp1; local
848 mlib_u16 tmp0, tmp1, tmp2, tmp3; local
1022 mlib_s32 cx, y_step = -1, tmp0, tmp1, tmp2, tmp3, x_max; local
1104 mlib_s32 cx, y_step = -1, tmp0, tmp1, tmp2; local
1164 mlib_s32 cx, y_step = -1, tmp0, tmp1, tmp2, tmp3; local
1294 TYPE_64 *tsp, tmp, tmp1; local
1331 TYPE_64 *tsp, tmp, tmp1, tmp2; local
1383 TYPE_64 *tsp, tmp, tmp1, tmp2, tmp3; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DNegTokenInit.java149 DerValue tmp1 = der.data.getDerValue();
150 if (tmp1.tag != DerValue.tag_Sequence) {
157 while (tmp1.data.available() > 0) {
158 DerValue tmp2 = tmp1.data.getDerValue();
H A DNegTokenTarg.java150 DerValue tmp1 = der.data.getDerValue();
151 if (tmp1.tag != DerValue.tag_Sequence) {
158 while (tmp1.data.available() > 0) {
159 DerValue tmp2 = tmp1.data.getDerValue();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.hpp58 Register recv, Register tmp1, Label* update_done);
H A Dc1_LIRAssembler_sparc.cpp243 // Get a pointer to the first character of string1 in tmp1
250 Register tmp1 = L1; local
263 __ load_heap_oop(str0, value_offset, tmp1);
264 __ add(tmp1, arrayOopDesc::base_offset_in_bytes(T_CHAR), tmp0);
265 __ ld(tmp1, arrayOopDesc::length_offset_in_bytes(), str0);
274 __ load_heap_oop(str1, value_offset, tmp1);
278 __ add(tmp1, arrayOopDesc::base_offset_in_bytes(T_CHAR), tmp1);
281 __ add(tmp1, tmp2, tmp1);
2525 type_profile_helper(Register mdo, int mdo_offset_bias, ciMethodData *md, ciProfileData *data, Register recv, Register tmp1, Label* update_done) argument
2673 Register mdo = klass_RInfo, recv = k_RInfo, tmp1 = Rtmp1; local
2766 Register mdo = klass_RInfo, recv = k_RInfo, tmp1 = Rtmp1; local
2976 Register tmp1 = op->tmp1()->as_register_lo(); local
2979 Register tmp1 = op->tmp1()->as_register(); local
[all...]
H A Dc1_LIRGenerator_sparc.cpp381 LIR_Opr tmp1 = FrameMap::G1_opr; local
386 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
883 LIR_Opr tmp1 = FrameMap::G1_oop_opr; local
888 new_instance(reg, x->klass(), tmp1, tmp2, tmp3, tmp4, klass_reg, info);
902 LIR_Opr tmp1 = FrameMap::G1_oop_opr; local
913 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, elem_type, klass_reg, slow_path);
934 LIR_Opr tmp1 = FrameMap::G1_oop_opr; local
947 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1033 LIR_Opr tmp1 = FrameMap::G1_oop_opr; local
1036 __ checkcast(out_reg, obj.result(), x->klass(), tmp1, tmp
1051 LIR_Opr tmp1 = FrameMap::G1_oop_opr; local
[all...]
H A Dinterp_masm_sparc.hpp133 // a subtype of super_klass. Blows registers tmp1, tmp2 and tmp3.
134 void gen_subtype_check( Register sub_klass, Register super_klass, Register tmp1, Register tmp2, Register tmp3, Label &ok_is_subtype );
H A Dassembler_sparc.cpp748 void MacroAssembler::serialize_memory(Register thread, Register tmp1, Register tmp2) { argument
754 set((os::vm_page_size() - sizeof(int)), tmp1);
755 and3(tmp2, tmp1, tmp2);
757 set(os::get_memory_serialize_page(), tmp1); local
758 st(G0, tmp1, tmp2);
H A Dassembler_sparc.hpp2234 void serialize_memory(Register thread, Register tmp1, Register tmp2);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp320 LIR_Opr tmp1 = new_register(objectType); local
325 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
847 LIR_Opr tmp1 = FrameMap::caller_save_fpu_reg_at(0); local
863 tmp1 = FrameMap::caller_save_fpu_reg_at(tmp_start);
870 case vmIntrinsics::_dsin: __ sin (calc_input, calc_result, tmp1, tmp2); break;
871 case vmIntrinsics::_dcos: __ cos (calc_input, calc_result, tmp1, tmp2); break;
872 case vmIntrinsics::_dtan: __ tan (calc_input, calc_result, tmp1, tmp2); break;
873 case vmIntrinsics::_dlog: __ log (calc_input, calc_result, tmp1); break;
874 case vmIntrinsics::_dlog10: __ log10(calc_input, calc_result, tmp1); break;
875 case vmIntrinsics::_dexp: __ exp (calc_input, calc_result, tmp1, tmp
1039 LIR_Opr tmp1 = FrameMap::rcx_oop_opr; local
1069 LIR_Opr tmp1 = FrameMap::rcx_oop_opr; local
[all...]
H A Dc1_LIRAssembler_x86.cpp78 Register &tmp1,
80 if (tmp1 == preserve) {
81 assert_different_registers(tmp1, tmp2, extra);
82 tmp1 = extra;
84 assert_different_registers(tmp1, tmp2, extra);
87 assert_different_registers(preserve, tmp1, tmp2);
94 Register &tmp1,
97 if (tmp1 == preserve) {
98 assert_different_registers(tmp1, tmp2, tmp3, extra);
99 tmp1
76 select_different_registers(Register preserve, Register extra, Register &tmp1, Register &tmp2) argument
92 select_different_registers(Register preserve, Register extra, Register &tmp1, Register &tmp2, Register &tmp3) argument
1597 Register tmp1 = op->tmp1()->as_register(); local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1424 ,LIR_Opr tmp1, LIR_Opr tmp2)
1427 , _tmp1(tmp1)
1435 LIR_Opr tmp1() const { return _tmp1; } function in class:LIR_OpConvert
1477 LIR_Opr tmp1() const { return _tmp1; } function in class:LIR_OpAllocObj
1530 LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check,
1533 LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, CodeEmitInfo* info_for_exception);
1537 LIR_Opr tmp1() const { return _tmp1; } function in class:LIR_OpTypeCheck
1626 LIR_Op2(LIR_Code code, LIR_Opr opr1, LIR_Opr opr2, LIR_Opr result, LIR_Opr tmp1, LIR_Opr tmp2 = LIR_OprFact::illegalOpr, argument
1634 , _tmp1(tmp1)
1696 LIR_Opr tmp1() cons function in class:LIR_OpAllocArray
1423 LIR_OpConvert(Bytecodes::Code code, LIR_Opr opr, LIR_Opr result, ConversionStub* stub ,LIR_Opr tmp1, LIR_Opr tmp2) argument
1816 LIR_Opr tmp1() const { return _tmp1; } function in class:LIR_OpCompareAndSwap
1854 LIR_Opr tmp1() const { return _tmp1; } function in class:LIR_OpProfileCall
2008 convert(Bytecodes::Code code, LIR_Opr left, LIR_Opr dst, LIR_Opr tmp1, LIR_Opr tmp2) argument
2059 sin(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2060 cos(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2061 tan(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) argument
2062 exp(LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) argument
2063 pow(LIR_Opr arg1, LIR_Opr arg2, LIR_Opr res, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) argument
[all...]
H A Dc1_LIR.cpp354 LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3,
362 , _tmp1(tmp1)
384 LIR_OpTypeCheck::LIR_OpTypeCheck(LIR_Code code, LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, CodeEmitInfo* info_for_exception) argument
389 , _tmp1(tmp1)
753 // On x86 pow needs two temporary fpu stack slots: tmp1 and
1429 LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check,
1433 tmp1, tmp2, tmp3, fast_check, info_for_exception, info_for_patch, stub);
1442 void LIR_List::instanceof(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_patch, ciMethod* profiled_method, int profiled_bci) { argument
1443 LIR_OpTypeCheck* c = new LIR_OpTypeCheck(lir_instanceof, result, object, klass, tmp1, tmp2, tmp3, fast_check, NULL, info_for_patch, NULL);
1453 void LIR_List::store_check(LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Op argument
353 LIR_OpTypeCheck(LIR_Code code, LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_exception, CodeEmitInfo* info_for_patch, CodeStub* stub) argument
1428 checkcast(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_exception, CodeEmitInfo* info_for_patch, CodeStub* stub, ciMethod* profiled_method, int profiled_bci) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp368 Node *tmp1 = _nodes[end_idx()+1]; local
371 _nodes.map(end_idx()+2, tmp1);
373 tmp1->replace_by(tmp);
374 tmp2->replace_by(tmp1);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c2345 mp_int C2, tmp1, tmp2; local
2359 MP_DIGITS(&tmp1) = 0;
2367 MP_CHECKOK( mp_init(&tmp1, FLAG(m)) );
2388 MP_CHECKOK( mp_sub(&evenPart, &oddPart, &tmp1) );
2389 MP_CHECKOK( mp_mul(&tmp1, &C2, &tmp2) );
2407 mp_clear(&tmp1);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java3037 // translate to tmp1=lval(e); tmp2=tmp1; tmp1 OP 1; tmp2
3039 // translate to tmp1=lval(e); tmp2=tmp1; (typeof tree)tmp1 OP 1; tmp2
3043 public JCTree build(final JCTree tmp1) {
3044 return abstractRval(tmp1, tree.arg.type, new TreeBuilder() {
3049 ? make.TypeCast(tree.arg.type, (JCExpression)tmp1)
3050 : tmp1;
[all...]

Completed in 687 milliseconds