OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notInt32Op1
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/jit/
JITArithmetic.cpp
95
JumpList
notInt32Op1
;
105
notInt32Op1
.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)));
109
notInt32Op1
.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)));
115
addSlowCase(
notInt32Op1
);
122
emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(),
notInt32Op1
, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
158
JumpList
notInt32Op1
;
168
notInt32Op1
.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)));
172
notInt32Op1
.append(branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)));
178
addSlowCase(
notInt32Op1
);
185
emitBinaryDoubleOp(op_jless, target, op1, op2, OperandTypes(),
notInt32Op1
, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperan (…)
[
all
...]
JIT.h
437
void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList&
notInt32Op1
, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
[
all
...]
Completed in 12 milliseconds