Searched refs:testl (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_64.cpp89 __ testl(c_rarg3, 1 << (i*2)); // Float or Double?
96 __ testl(rscratch1, JVM_ACC_STATIC);
112 __ testl(c_rarg3, 1 << ((i*2)+1)); // Double?
170 __ testl(c_rarg3, 1 << i);
181 __ testl(c_rarg3, JVM_ACC_STATIC);
H A Dicache_x86.cpp43 __ testl(lines, lines);
H A DtemplateInterpreter_x86_32.cpp556 __ testl(rax, JVM_ACC_SYNCHRONIZED);
566 __ testl(rax, JVM_ACC_STATIC);
910 __ testl(rax, JVM_ACC_NATIVE);
916 __ testl(rax, JVM_ACC_ABSTRACT);
960 __ testl(rax, JVM_ACC_SYNCHRONIZED);
1028 __ testl(t, JVM_ACC_STATIC);
1226 __ testl(t, JVM_ACC_SYNCHRONIZED);
1320 __ testl(rdx, rdx);
1338 __ testl(rax, JVM_ACC_NATIVE);
1344 __ testl(ra
[all...]
H A DtemplateInterpreter_x86_64.cpp509 __ testl(rax, JVM_ACC_SYNCHRONIZED);
521 __ testl(rax, JVM_ACC_STATIC);
890 __ testl(rax, JVM_ACC_NATIVE);
897 __ testl(rax, JVM_ACC_ABSTRACT);
939 __ testl(rax, JVM_ACC_SYNCHRONIZED);
1022 __ testl(t, JVM_ACC_STATIC);
1223 __ testl(t, JVM_ACC_SYNCHRONIZED);
1337 __ testl(rdx, rdx);
1358 __ testl(rax, JVM_ACC_NATIVE);
1365 __ testl(ra
[all...]
H A DstubGenerator_x86_32.cpp211 __ testl(rcx, rcx);
967 __ testl(count, count);
980 __ testl(from, 1);
989 __ testl(from, 2);
1029 __ testl(count, 1<<shift);
1037 __ testl(count, 1<<(shift-1));
1045 __ testl(count, 1);
1146 __ testl(count, count);
1159 __ testl(end, 1);
1167 __ testl(en
[all...]
H A DstubGenerator_x86_64.cpp320 __ testl(c_rarg3, c_rarg3);
785 __ testl(c_rarg2, c_rarg2); // signed ? min_jint : max_jint
822 __ testl(c_rarg2, c_rarg2); // signed ? min_jlong : max_jlong
1526 __ testl(byte_count, 4);
1536 __ testl(byte_count, 2);
1546 __ testl(byte_count, 1);
1613 __ testl(byte_count, 1);
1621 __ testl(byte_count, 2);
1628 __ testl(byte_count, 4);
1728 __ testl(word_coun
[all...]
H A DcppInterpreter_x86.cpp508 __ testl(rax, JVM_ACC_SYNCHRONIZED);
517 __ testl(rax, JVM_ACC_STATIC);
760 __ testl(rax, JVM_ACC_SYNCHRONIZED);
771 __ testl(rax, JVM_ACC_STATIC);
1050 __ testl(rax, JVM_ACC_NATIVE);
1056 __ testl(rax, JVM_ACC_ABSTRACT);
1093 __ testl(rax, JVM_ACC_SYNCHRONIZED);
1188 __ testl(t, JVM_ACC_STATIC);
1425 __ testl(t, JVM_ACC_SYNCHRONIZED);
1729 __ testl(rd
[all...]
H A Dinterp_masm_x86_32.cpp136 testl(pop_cond, JavaThread::popframe_pending_bit);
138 testl(pop_cond, JavaThread::popframe_processing_bit);
531 testl(rcx, JVM_ACC_SYNCHRONIZED);
1352 testl(rcx,rcx);
1394 testl(rcx,rcx);
H A Dinterp_masm_x86_64.cpp139 testl(c_rarg0, JavaThread::popframe_pending_bit);
141 testl(c_rarg0, JavaThread::popframe_processing_bit);
530 testl(rcx, JVM_ACC_SYNCHRONIZED);
1415 testl(rdx, rdx);
1455 testl(rdx, rdx);
H A DtemplateTable_x86_32.cpp1334 __ testl(rcx, JVM_ACC_STRICT);
1353 __ testl(rcx, JVM_ACC_STRICT);
1626 __ testl(rdx, rdx); // check if forward or backward branch
1773 __ testl(rax, rax);
2037 __ testl(rdi, JVM_ACC_HAS_FINALIZER);
2222 __ testl(rax,rax);
2406 __ testl(rax, rax);
2570 __ testl(rdx, rdx);
2640 __ testl(rdx, rdx);
2663 __ testl(rc
[all...]
H A DtemplateTable_x86_64.cpp1656 __ testl(rdx, rdx); // check if forward or backward branch
1814 __ testl(rax, rax);
2075 __ testl(rdi, JVM_ACC_HAS_FINALIZER);
2280 __ testl(rax, rax);
2469 __ testl(rax, rax);
2678 __ testl(rdx, rdx);
2699 __ testl(c_rarg3, c_rarg3);
2809 __ testl(rdx, rdx);
2826 __ testl(rcx, rcx);
2896 // __ testl(rd
[all...]
H A Dc1_LIRAssembler_x86.cpp599 __ testl(rax, Address(rscratch1, 0));
601 __ testl(rax, polling_page);
616 __ testl(rax, Address(rscratch1, 0));
619 __ testl(rax, polling_page);
3227 __ testl(src_pos, src_pos);
3231 __ testl(dst_pos, dst_pos);
3247 __ testl(length, length);
3370 __ testl(rax, rax);
3377 __ testl(rax, rax);
H A Dassembler_x86.cpp2805 void Assembler::testl(Register dst, int32_t imm32) { function in class:Assembler
2820 void Assembler::testl(Register dst, Register src) { function in class:Assembler
2825 void Assembler::testl(Register dst, Address src) { function in class:Assembler
5612 testl(swap_reg, markOopDesc::biased_lock_mask_in_place);
5624 testl(swap_reg, markOopDesc::epoch_mask_in_place);
6301 testl(rsp, 15);
7403 testl (reg, reg);
7616 testl(rdx,rcx);
7789 testl(tmp2, tmp2);
7818 testl(tmp
8381 void MacroAssembler::testl(Register dst, AddressLiteral src) { function in class:MacroAssembler
[all...]
H A Dassembler_x86.hpp1570 void testl(Register dst, int32_t imm32);
1571 void testl(Register dst, Register src);
1572 void testl(Register dst, Address src);
2495 // Import other testl() methods from the parent class or else
2497 using Assembler::testl;
2498 void testl(Register dst, AddressLiteral src);
2504 void testptr(Register src, int32_t imm32) { LP64_ONLY(testq(src, imm32)) NOT_LP64(testl(src, imm32)); }
H A Dc1_Runtime1_x86.cpp1041 __ testl(obj_size, Klass::_lh_instance_slow_path_bit);
1287 __ testl(t, JVM_ACC_HAS_FINALIZER);
1566 __ testl(rax, 0x4100); // ZF & CF == 0
H A DsharedRuntime_x86_32.cpp2659 __ testl(in_reg, in_reg);
2746 __ testl(string_oop, string_oop);
/openjdk7/hotspot/test/compiler/6909839/
H A DTest6909839.java48 testl();
49 testl();
50 testl();
163 static void testl() { method in class:Test6909839
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s613 testl %ecx,%ecx
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s592 testl %ecx,%ecx
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s617 testl %ecx,%ecx

Completed in 177 milliseconds