Searched defs:FixedTemp (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc587 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
594 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc496 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
503 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc619 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
626 LOperand* LChunkBuilder::FixedTemp(XMMRegister reg) { function in class:v8::internal::LChunkBuilder
1126 LOperand* temp = FixedTemp(xmm4);
1278 LOperand* temp1 = FixedTemp(eax);
1279 LOperand* temp2 = FixedTemp(edx);
1297 LOperand* temp = FixedTemp(edx);
1346 LOperand* temp1 = FixedTemp(eax);
1347 LOperand* temp2 = FixedTemp(edx);
1373 LOperand* temp = FixedTemp(edx);
1418 LOperand* temp1 = FixedTemp(ea
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc594 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
601 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc594 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
601 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc599 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
606 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc538 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
544 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { function in class:v8::internal::LChunkBuilder
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc612 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
619 LOperand* LChunkBuilder::FixedTemp(XMMRegister reg) { function in class:v8::internal::LChunkBuilder
1114 LOperand* temp = FixedTemp(xmm4);
1275 LOperand* temp1 = FixedTemp(rax);
1276 LOperand* temp2 = FixedTemp(rdx);
1294 LOperand* temp = FixedTemp(rdx);
1343 LOperand* temp1 = FixedTemp(rax);
1344 LOperand* temp2 = FixedTemp(rdx);
1370 LOperand* temp = FixedTemp(rdx);
1415 LOperand* temp1 = FixedTemp(ra
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc624 LOperand* LChunkBuilder::FixedTemp(Register reg) { function in class:v8::internal::LChunkBuilder
1198 LOperand* temp1 = FixedTemp(ecx);
1199 LOperand* temp2 = FixedTemp(edx);
1285 LOperand* temp1 = FixedTemp(eax);
1286 LOperand* temp2 = FixedTemp(edx);
1304 LOperand* temp = FixedTemp(edx);
1353 LOperand* temp1 = FixedTemp(eax);
1354 LOperand* temp2 = FixedTemp(edx);
1380 LOperand* temp = FixedTemp(edx);
1425 LOperand* temp1 = FixedTemp(ea
[all...]

Completed in 213 milliseconds