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

/external/webkit/Source/JavaScriptCore/assembler/
H A DX86Assembler.h1975 inline void emitRex(bool w, int r, int x, int b) function in class:JSC::X86Assembler::X86InstructionFormatter
1983 emitRex(true, r, x, b);
1990 if (condition) emitRex(false, r, x, b);

Completed in 552 milliseconds