/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 92 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 233 void EmitIntegerMathAbs(LMathAbs* instr); 234 void EmitSmiMathAbs(LMathAbs* instr);
|
D | lithium-codegen-x64.cc | 3364 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3408 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3419 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs() 3430 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3434 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3442 LMathAbs* instr_; in DoMathAbs()
|
D | lithium-x64.h | 864 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 866 explicit LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 103 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 219 void EmitMathAbs(LMathAbs* instr); 221 void EmitInteger32MathAbs(LMathAbs* instr);
|
D | lithium-codegen-ppc.cc | 3520 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoShiftI() 3590 void LCodeGen::EmitMathAbs(LMathAbs* instr) { in DoShiftI() 3607 void LCodeGen::EmitInteger32MathAbs(LMathAbs* instr) { in DoShiftI() 3626 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoShiftI() 3630 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoShiftI() 3638 LMathAbs* instr_; in DoShiftI()
|
D | lithium-ppc.h | 856 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 858 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-ppc.cc | 1172 DefineAsRegister(new (zone()) LMathAbs(context, input)); in DoMathAbs()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 107 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 249 void EmitIntegerMathAbs(LMathAbs* instr); 250 void EmitSmiMathAbs(LMathAbs* instr);
|
D | lithium-codegen-mips64.cc | 3466 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3534 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3548 void LCodeGen::EmitSmiMathAbs(LMathAbs* instr) { in EmitSmiMathAbs() 3562 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3566 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3574 LMathAbs* instr_; in DoMathAbs()
|
D | lithium-mips64.h | 876 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 878 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-mips64.cc | 1189 DefineAsRegister(new(zone()) LMathAbs(context, input)); in DoMathAbs()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 96 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 237 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-ia32.h | 867 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 869 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-ia32.cc | 3288 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3333 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3344 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3349 LMathAbs* instr) in DoMathAbs() 3357 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 107 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 249 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-arm.h | 882 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 884 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-arm.cc | 3341 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3410 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3424 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3428 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3436 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 106 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 247 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-mips.h | 858 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 860 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-mips.cc | 3280 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3348 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3362 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3366 DeferredMathAbsTaggedHeapNumber(LCodeGen* codegen, LMathAbs* instr) in DoMathAbs() 3374 LMathAbs* instr_; in DoMathAbs()
|
D | lithium-mips.cc | 1189 DefineAsRegister(new(zone()) LMathAbs(context, input)); in DoMathAbs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 131 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr); 265 void EmitIntegerMathAbs(LMathAbs* instr);
|
D | lithium-x87.h | 881 class LMathAbs final : public LTemplateInstruction<1, 2, 0> { 883 LMathAbs(LOperand* context, LOperand* value) { in LMathAbs() function
|
D | lithium-codegen-x87.cc | 3559 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr) { in DoDeferredMathAbsTaggedHeapNumber() 3604 void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) { in EmitIntegerMathAbs() 3615 void LCodeGen::DoMathAbs(LMathAbs* instr) { in DoMathAbs() 3620 LMathAbs* instr, in DoMathAbs() 3629 LMathAbs* instr_; in DoMathAbs()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1822 class LMathAbs final : public LUnaryMathOperation<0> { 1824 explicit LMathAbs(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathAbs() function
|