Searched defs:boolconst (Results 1 - 2 of 2) 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);

Completed in 87 milliseconds