Searched defs:btst (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1240 BoolNode *btst = new (C) BoolNode( chk, btest); local
1241 Node *tst = _gvn.transform( btst );
1246 if (tst != btst && type == T_OBJECT) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp2086 inline void btst( Register s1, Register s2 ) { andcc( s1, s2, G0 ); } function in class:MacroAssembler
2087 inline void btst( int simm13a, Register s ) { andcc( s, simm13a, G0 ); } function in class:MacroAssembler

Completed in 57 milliseconds