/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 830 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 832 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips.cc | 1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips.cc | 3349 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 857 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 859 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x64.cc | 1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-x64.cc | 3416 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 852 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 854 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x87.cc | 1143 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 791 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 793 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-s390.cc | 1007 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 853 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 855 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-arm.cc | 1090 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-arm.cc | 3369 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 860 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 862 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-ia32.cc | 1138 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-ia32.cc | 3220 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 848 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 850 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips64.cc | 1125 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips64.cc | 3556 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 853 class LMathFround final : public LTemplateInstruction<1, 1, 0> { 855 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-ppc.cc | 1113 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-ppc.cc | 3620 void LCodeGen::DoMathFround(LMathFround* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1794 class LMathFround final : public LUnaryMathOperation<0> { 1796 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
|
D | lithium-arm64.cc | 2411 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3784 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|