HomeSort by relevance Sort by last modified time
    Searched refs:emitSub32Constant (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/jit/
JIT.h 436 void emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
    [all...]
JITArithmetic.cpp 756 emitSub32Constant(dst, op1, getConstantOperand(op2).asInt32(), types.first());
780 void JIT::emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
    [all...]

Completed in 50 milliseconds