Home
last modified time | relevance | path

Searched refs:LMathFround (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/v8/src/arm/
Dlithium-arm.h904 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
906 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-arm.cc1161 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-arm.cc3849 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h882 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
884 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips64.cc1187 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips64.cc3836 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h890 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
892 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x64.cc1181 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-x64.cc3833 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h892 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
894 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-ia32.cc1201 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-ia32.cc3739 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h908 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
910 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-x87.cc1210 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-x87.cc4011 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h883 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> {
885 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
Dlithium-mips.cc1187 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
Dlithium-codegen-mips.cc3804 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2109 class LMathFround FINAL : public LUnaryMathOperation<0> {
2111 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
Dlithium-arm64.cc2653 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc4198 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()