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

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 815 emitAdd32Constant(dst, op, constant, op == op1 ? types.first() : types.second());
839 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
    [all...]
JIT.h 339 void emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
    [all...]

Completed in 75 milliseconds