Searched refs:testq (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s109 2: testq $4,%r8 / check for trailing dword
116 3: testq $2,%r8 / check for trailing word
121 4: testq $1,%r8 / check for trailing byte
141 testq $1,%r8 / check for trailing byte
146 1: testq $2,%r8 / check for trailing word
150 2: testq $4,%r8 / check for trailing dword
210 2: testq $2,%r8 / check for trailing dword
216 3: testq $1,%r8 / check for trailing word
236 testq $1,%r8 / check for trailing word
240 1: testq
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s107 2: testq $4,%r8 # check for trailing dword
114 3: testq $2,%r8 # check for trailing word
119 4: testq $1,%r8 # check for trailing byte
139 testq $1,%r8 # check for trailing byte
144 1: testq $2,%r8 # check for trailing word
148 2: testq $4,%r8 # check for trailing dword
210 2: testq $2,%r8 # check for trailing dword
216 3: testq $1,%r8 # check for trailing word
236 testq $1,%r8 # check for trailing word
240 1: testq
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s99 2: testq $4,%r8 # check for trailing dword
106 3: testq $2,%r8 # check for trailing word
111 4: testq $1,%r8 # check for trailing byte
131 testq $1,%r8 # check for trailing byte
136 1: testq $2,%r8 # check for trailing word
140 2: testq $4,%r8 # check for trailing dword
202 2: testq $2,%r8 # check for trailing dword
208 3: testq $1,%r8 # check for trailing word
228 testq $1,%r8 # check for trailing word
232 1: testq
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1574 void testq(Register dst, int32_t imm32);
1575 void testq(Register dst, Register src);
2504 void testptr(Register src, int32_t imm32) { LP64_ONLY(testq(src, imm32)) NOT_LP64(testl(src, imm32)); }
H A DsharedRuntime_x86_64.cpp2956 __ testq(in_reg, in_reg);
3105 __ testq(c_rarg0, c_rarg0);
3222 __ testq(r, r);
H A Dassembler_x86.cpp5429 void Assembler::testq(Register dst, int32_t imm32) { function in class:Assembler
5445 void Assembler::testq(Register dst, Register src) { function in class:Assembler
6191 testq(tmp_reg, markOopDesc::biased_lock_mask_in_place);
6203 testq(tmp_reg, markOopDesc::epoch_mask_in_place);
8879 LP64_ONLY(testq(dst, src)) NOT_LP64(testl(dst, src));
10328 testq(r, r);
10339 testq(r, r);
10360 testq(src, src);
H A DtemplateTable_x86_64.cpp1264 __ testq(rcx, rcx);
1278 __ testq(rcx, rcx);
H A DstubGenerator_x86_64.cpp915 __ testq(c_rarg0, c_rarg0); // signed ? min_jlong : max_jlong

Completed in 112 milliseconds