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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp403 void JIT::emitRightShift(Instruction* currentInstruction, bool isUnsigned) function in class:JSC::JIT
506 emitRightShift(currentInstruction, false);
518 emitRightShift(currentInstruction, true);
H A DJIT.h891 void emitRightShift(Instruction*, bool isUnsigned);

Completed in 64 milliseconds