Searched refs:testb (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/test/compiler/6823453/
H A DTest.java43 static void testb() { method in class:Test
80 testb();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_64.cpp75 __ testb (rcounter, 1);
173 __ testb (rcounter, 1);
H A DjniFastGetField_x86_32.cpp76 __ testb (rcx, 1);
193 __ testb (rcx, 1);
282 __ testb (rcx, 1);
H A DstubGenerator_x86_64.cpp2467 __ testb(bits, BytesPerLong-1);
2470 __ testb(bits, BytesPerInt-1);
2473 __ testb(bits, BytesPerShort-1);
H A Dassembler_x86.hpp1568 void testb(Register dst, int imm8);
H A Dassembler_x86.cpp2799 void Assembler::testb(Register dst, int imm8) { function in class:Assembler
8867 testb(dst, 0xff);

Completed in 108 milliseconds