Searched refs:op1GPR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp1412 GPRReg op1GPR = op1.gpr(); local
1419 BadType, JSValueSource::unboxedCell(op1GPR), node->child1(),
1422 MacroAssembler::Address(op1GPR, JSCell::structureOffset()),
1437 m_jit.loadPtr(MacroAssembler::Address(op1GPR, JSCell::structureOffset()), structureGPR);
1440 BadType, JSValueSource::unboxedCell(op1GPR), node->child1(),
1446 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), node->child1(),
1468 branchPtr(condition, op1GPR, op2GPR, taken);
2423 GPRReg op1GPR = op1.gpr(); local
2428 MacroAssembler::AboveOrEqual, op1GPR, GPRInfo::tagTypeNumberRegister);
2433 JSValueRegs(op1GPR), nod
2957 GPRReg op1GPR = op1.gpr(); local
3048 GPRReg op1GPR = op1.gpr(); local
3428 GPRReg op1GPR = op1.gpr(); local
3512 GPRReg op1GPR = op1.gpr(); local
3669 GPRReg op1GPR = op1.gpr(); local
4230 GPRReg op1GPR = op1.gpr(); local
[all...]
H A DDFGSpeculativeJIT64.cpp1306 GPRReg op1GPR = op1.gpr(); local
1313 JSValueSource::unboxedCell(op1GPR), node->child1(), SpecObject, m_jit.branchPtr(
1315 MacroAssembler::Address(op1GPR, JSCell::structureOffset()),
1326 m_jit.loadPtr(MacroAssembler::Address(op1GPR, JSCell::structureOffset()), structureGPR);
1328 JSValueSource::unboxedCell(op1GPR), node->child1(), SpecObject, m_jit.branchPtr(
1332 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), node->child1(),
1351 MacroAssembler::Jump falseCase = m_jit.branch64(MacroAssembler::NotEqual, op1GPR, op2GPR);
1367 GPRReg op1GPR = op1.gpr(); local
1386 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr(
1388 MacroAssembler::Address(op1GPR, JSCel
1471 GPRReg op1GPR = op1.gpr(); local
1592 GPRReg op1GPR = op1.gpr(); local
3231 GPRReg op1GPR = op1.gpr(); local
3256 GPRReg op1GPR = op1.gpr(); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp1287 GPRReg op1GPR = op1.gpr(); local
1293 JSValueSource::unboxedCell(op1GPR), node->child1(), SpecObject, m_jit.branchPtr(
1295 MacroAssembler::Address(op1GPR, JSCell::structureOffset()),
1306 m_jit.loadPtr(MacroAssembler::Address(op1GPR, JSCell::structureOffset()), structureGPR);
1308 JSValueSource::unboxedCell(op1GPR), node->child1(), SpecObject, m_jit.branchPtr(
1312 speculationCheck(BadType, JSValueSource::unboxedCell(op1GPR), node->child1(),
1334 MacroAssembler::Jump falseCase = m_jit.branchPtr(MacroAssembler::NotEqual, op1GPR, op2GPR);
1350 GPRReg op1GPR = op1.gpr(); local
1370 JSValueSource::unboxedCell(op1GPR), leftChild, SpecObject, m_jit.branchPtr(
1372 MacroAssembler::Address(op1GPR, JSCel
1458 GPRReg op1GPR = op1.gpr(); local
2334 GPRReg op1GPR = op1.gpr(); local
[all...]

Completed in 222 milliseconds