Searched refs:LDoubleToI (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2065 class LDoubleToI: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
2067 LDoubleToI(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::LDoubleToI
H A Dlithium-arm.cc1954 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
H A Dlithium-codegen-arm.cc5028 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2109 class LDoubleToI: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
2111 LDoubleToI(LOperand* value, LOperand* temp) { function in class:v8::internal::LDoubleToI
H A Dlithium-ia32.cc1979 DefineAsRegister(new(zone()) LDoubleToI(value, temp)));
H A Dlithium-codegen-ia32.cc5570 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2029 class LDoubleToI: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
2031 LDoubleToI(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::LDoubleToI
H A Dlithium-mips.cc1873 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
H A Dlithium-codegen-mips.cc4975 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1978 class LDoubleToI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1980 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::LDoubleToI
H A Dlithium-x64.cc1856 DefineAsRegister(new(zone()) LDoubleToI(value)));
H A Dlithium-codegen-x64.cc4761 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc1699 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
H A Dlithium-arm.h1590 class LDoubleToI: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
1592 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LDoubleToI
H A Dlithium-codegen-arm.cc4220 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1640 class LDoubleToI: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
1642 LDoubleToI(LOperand* value, LOperand* temp) { function in class:v8::internal::LDoubleToI
H A Dlithium-ia32.cc1741 DefineAsRegister(new(zone()) LDoubleToI(value, temp)));
H A Dlithium-codegen-ia32.cc3982 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc1700 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
H A Dlithium-mips.h1570 class LDoubleToI: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
1572 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LDoubleToI
H A Dlithium-codegen-mips.cc4121 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h1564 class LDoubleToI: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1566 explicit LDoubleToI(LOperand* value) { function in class:v8::internal::LDoubleToI
H A Dlithium-x64.cc1685 return AssignEnvironment(DefineAsRegister(new(zone()) LDoubleToI(value)));
H A Dlithium-codegen-x64.cc3830 void LCodeGen::DoDoubleToI(LDoubleToI* instr) {

Completed in 290 milliseconds