Home | History | Annotate | Download | only in x87

Lines Matching refs:DefineFixed

558 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
564 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
721 return MarkAsCall(DefineFixed(result, eax), instr);
992 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1034 return DefineFixed(new(zone()) LContext, esi);
1081 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1092 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1216 return MarkAsCall(DefineFixed(result, eax), instr);
1222 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), eax), instr);
1287 LInstruction* result = DefineFixed(new(zone()) LDivByConstI(
1305 LInstruction* result = DefineFixed(new(zone()) LDivI(
1360 DefineFixed(new(zone()) LFlooringDivByConstI(dividend,
1381 LInstruction* result = DefineFixed(new(zone()) LFlooringDivI(
1427 LInstruction* result = DefineFixed(new(zone()) LModByConstI(
1443 LInstruction* result = DefineFixed(new(zone()) LModI(
1607 return MarkAsCall(DefineFixed(result, eax), instr);
1940 return DefineFixed(new (zone()) LClampDToUint8(reg), eax);
1943 return DefineFixed(new(zone()) LClampIToUint8(reg), eax);
1950 return AssignEnvironment(DefineFixed(res, ecx));
2191 DefineFixed(result, eax);
2257 return MarkAsCall(DefineFixed(string_add, eax), instr);
2315 return DefineFixed(result, reg);
2376 return MarkAsCall(DefineFixed(result, eax), instr);
2445 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);