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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp2338 MacroAssembler::Jump op1Less = m_jit.branch32(op == ArithMin ? MacroAssembler::LessThan : MacroAssembler::GreaterThan, op1GPR, op2GPR); local
2342 op1Less.link(&m_jit);
2346 op1Less.link(&m_jit);
2363 MacroAssembler::Jump op1Less = m_jit.branchDouble(op == ArithMin ? MacroAssembler::DoubleLessThan : MacroAssembler::DoubleGreaterThan, op1FPR, op2FPR); local
2379 op1Less.link(&m_jit);
2382 op1Less.link(&m_jit);
H A DDFGSpeculativeJIT64.cpp2259 MacroAssembler::Jump op1Less = m_jit.branch32(op == ArithMin ? MacroAssembler::LessThan : MacroAssembler::GreaterThan, op1.gpr(), op2.gpr()); local
2263 op1Less.link(&m_jit);
2267 op1Less.link(&m_jit);
2284 MacroAssembler::Jump op1Less = m_jit.branchDouble(op == ArithMin ? MacroAssembler::DoubleLessThan : MacroAssembler::DoubleGreaterThan, op1FPR, op2FPR); local
2300 op1Less.link(&m_jit);
2303 op1Less.link(&m_jit);

Completed in 142 milliseconds