/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 102 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 226 void EmitMathAbs(LMathAbs* instr); 228 void EmitInteger32MathAbs(LMathAbs* instr);
|
D | lithium-s390.h | 808 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 810 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-s390.cc | 3386 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoShiftI() 3455 void LCodeGen::EmitMathAbs(LMathAbs* instr) { in DoShiftI() 3469 void LCodeGen::EmitInteger32MathAbs(LMathAbs* instr) { in DoShiftI() 3486 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoShiftI() 3490 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoShiftI() 3498 LMathAbs* instr_; in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 90 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 238 void EmitIntegerMathAbs(LMathAbs* instr); 239 void EmitSmiMathAbs(LMathAbs* instr);
|
D | lithium-x64.h | 875 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 877 explicit LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-x64.cc | 3256 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3311 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3322 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs() 3333 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3337 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3345 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 103 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 226 void EmitMathAbs(LMathAbs* instr); 228 void EmitInteger32MathAbs(LMathAbs* instr);
|
D | lithium-codegen-ppc.cc | 3451 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoShiftI() 3521 void LCodeGen::EmitMathAbs(LMathAbs* instr) { in DoShiftI() 3538 void LCodeGen::EmitInteger32MathAbs(LMathAbs* instr) { in DoShiftI() 3557 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoShiftI() 3561 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoShiftI() 3569 LMathAbs* instr_; in DoShiftI()
|
D | lithium-ppc.h | 871 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 873 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 105 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 254 void EmitIntegerMathAbs(LMathAbs* instr); 255 void EmitSmiMathAbs(LMathAbs* instr);
|
D | lithium-mips64.h | 866 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 868 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-mips64.cc | 3374 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3442 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3456 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs() 3470 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3474 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3482 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 105 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 254 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-arm.h | 871 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 873 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-arm.cc | 3285 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3354 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3368 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3372 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3380 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 92 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 240 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-ia32.h | 878 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 880 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-ia32.cc | 3062 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3118 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3129 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3134 LMathAbs* instr) in DoMathAbs() 3142 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 104 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 252 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-mips.h | 848 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 850 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-mips.cc | 3190 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3258 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3272 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3276 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3284 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 127 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 268 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-x87.h | 870 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 872 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-x87.cc | 3338 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3394 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3405 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3410 LMathAbs* instr, in DoMathAbs() 3419 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1720 class LMathAbs final : public LUnaryMathOperation<0> { 1722 explicit LMathAbs(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathAbs() function
|