Searched refs:LMathLog (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h793 class LMathLog: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
795 explicit LMathLog(LOperand* value) { function in class:v8::internal::LMathLog
H A Dlithium-arm.cc1201 LMathLog* result = new(zone()) LMathLog(input);
H A Dlithium-codegen-arm.cc3972 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h763 class LMathLog: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
765 explicit LMathLog(LOperand* value) { function in class:v8::internal::LMathLog
H A Dlithium-ia32.cc1277 LMathLog* result = new(zone()) LMathLog(input);
H A Dlithium-codegen-ia32.cc4107 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h785 class LMathLog: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
787 explicit LMathLog(LOperand* value) { function in class:v8::internal::LMathLog
H A Dlithium-mips.cc1179 LMathLog* result = new(zone()) LMathLog(input);
H A Dlithium-codegen-mips.cc3904 void LCodeGen::DoMathLog(LMathLog* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h743 class LMathLog: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
745 explicit LMathLog(LOperand* value) { function in class:v8::internal::LMathLog
H A Dlithium-x64.cc1198 LMathLog* result = new(zone()) LMathLog(input);
H A Dlithium-codegen-x64.cc3733 void LCodeGen::DoMathLog(LMathLog* instr) {

Completed in 208 milliseconds