Home
last modified time | relevance | path

Searched refs:LUnaryMathOperation (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/x64/
Dlithium-codegen-x64.h96 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
218 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
219 void DoMathAbs(LUnaryMathOperation* instr);
220 void DoMathFloor(LUnaryMathOperation* instr);
221 void DoMathRound(LUnaryMathOperation* instr);
222 void DoMathSqrt(LUnaryMathOperation* instr);
223 void DoMathPowHalf(LUnaryMathOperation* instr);
224 void DoMathLog(LUnaryMathOperation* instr);
225 void DoMathCos(LUnaryMathOperation* instr);
226 void DoMathSin(LUnaryMathOperation* instr);
Dlithium-codegen-x64.cc2600 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()
2652 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()
2663 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()
2668 LUnaryMathOperation* instr) in DoMathAbs()
2674 LUnaryMathOperation* instr_; in DoMathAbs()
2702 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()
2724 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()
2759 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()
2766 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()
2832 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()
[all …]
Dlithium-x64.cc287 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()
1218 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
1222 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
Dlithium-x64.h604 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> {
606 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() function
/external/v8/src/ia32/
Dlithium-codegen-ia32.h99 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
233 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
234 void DoMathAbs(LUnaryMathOperation* instr);
235 void DoMathFloor(LUnaryMathOperation* instr);
236 void DoMathRound(LUnaryMathOperation* instr);
237 void DoMathSqrt(LUnaryMathOperation* instr);
238 void DoMathPowHalf(LUnaryMathOperation* instr);
239 void DoMathLog(LUnaryMathOperation* instr);
240 void DoMathCos(LUnaryMathOperation* instr);
241 void DoMathSin(LUnaryMathOperation* instr);
Dlithium-ia32.cc287 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()
1231 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
1235 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
1239 LUnaryMathOperation* result = new LUnaryMathOperation(input); in DoUnaryMathOperation()
Dlithium-codegen-ia32.cc2584 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()
2636 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()
2648 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()
2653 LUnaryMathOperation* instr) in DoMathAbs()
2659 LUnaryMathOperation* instr_; in DoMathAbs()
2686 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()
2708 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()
2743 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()
2750 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()
2820 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()
[all …]
Dlithium-ia32.h613 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 0> {
615 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation() function
/external/v8/src/arm/
Dlithium-codegen-arm.h109 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
231 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
232 void DoMathAbs(LUnaryMathOperation* instr);
233 void DoMathFloor(LUnaryMathOperation* instr);
234 void DoMathRound(LUnaryMathOperation* instr);
235 void DoMathSqrt(LUnaryMathOperation* instr);
236 void DoMathPowHalf(LUnaryMathOperation* instr);
237 void DoMathLog(LUnaryMathOperation* instr);
238 void DoMathCos(LUnaryMathOperation* instr);
239 void DoMathSin(LUnaryMathOperation* instr);
Dlithium-codegen-arm.cc2728 void LCodeGen::DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr) { in DoDeferredMathAbsTaggedHeapNumber()
2794 void LCodeGen::EmitIntegerMathAbs(LUnaryMathOperation* instr) { in EmitIntegerMathAbs()
2806 void LCodeGen::DoMathAbs(LUnaryMathOperation* instr) { in DoMathAbs()
2811 LUnaryMathOperation* instr) in DoMathAbs()
2817 LUnaryMathOperation* instr_; in DoMathAbs()
2841 void LCodeGen::DoMathFloor(LUnaryMathOperation* instr) { in DoMathFloor()
2871 void LCodeGen::DoMathRound(LUnaryMathOperation* instr) { in DoMathRound()
2897 void LCodeGen::DoMathSqrt(LUnaryMathOperation* instr) { in DoMathSqrt()
2904 void LCodeGen::DoMathPowHalf(LUnaryMathOperation* instr) { in DoMathPowHalf()
2981 void LCodeGen::DoMathLog(LUnaryMathOperation* instr) { in DoMathLog()
[all …]
Dlithium-arm.cc285 void LUnaryMathOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()
1219 LUnaryMathOperation* result = new LUnaryMathOperation(input, NULL); in DoUnaryMathOperation()
1224 LUnaryMathOperation* result = new LUnaryMathOperation(input, temp); in DoUnaryMathOperation()
Dlithium-arm.h620 class LUnaryMathOperation: public LTemplateInstruction<1, 1, 1> {
622 LUnaryMathOperation(LOperand* value, LOperand* temp) { in LUnaryMathOperation() function