Searched refs:LMathPowHalf (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h875 class LMathPowHalf: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
877 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
H A Dlithium-arm.cc1249 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp);
H A Dlithium-codegen-arm.cc3824 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h842 class LMathPowHalf: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
844 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
H A Dlithium-ia32.cc1325 LMathPowHalf* result = new(zone()) LMathPowHalf(context, input, temp);
H A Dlithium-codegen-ia32.cc3959 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h867 class LMathPowHalf: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
869 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
H A Dlithium-mips.cc1221 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp);
H A Dlithium-codegen-mips.cc3756 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h820 class LMathPowHalf: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
822 explicit LMathPowHalf(LOperand* value) { function in class:v8::internal::LMathPowHalf
H A Dlithium-x64.cc1244 LMathPowHalf* result = new(zone()) LMathPowHalf(input);
H A Dlithium-codegen-x64.cc3568 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h610 class LMathPowHalf: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
612 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
H A Dlithium-ia32.cc301 void LMathPowHalf::PrintDataTo(StringStream* stream) {
1213 LMathPowHalf* result = new(zone()) LMathPowHalf(context, input, temp);
H A Dlithium-codegen-ia32.cc2994 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) {

Completed in 415 milliseconds