Searched refs:boolconst (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp2254 inline void movbool( bool boolconst, Register d) { mov( (int) boolconst, d); } argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8074 void MacroAssembler::movbool(Address dst, bool boolconst) { argument
8076 movb(dst, (int) boolconst);
8078 movw(dst, (int) boolconst);
8080 movl(dst, (int) boolconst);
H A Dassembler_x86.hpp2075 void movbool(Address dst, bool boolconst);

Completed in 90 milliseconds