Searched refs:LMathFround (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 904 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 906 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-arm.cc | 1161 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-arm.cc | 3849 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 882 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 884 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips64.cc | 1187 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips64.cc | 3836 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 890 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 892 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x64.cc | 1181 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-x64.cc | 3833 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 892 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 894 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-ia32.cc | 1201 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-ia32.cc | 3739 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 908 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 910 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-x87.cc | 1210 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-x87.cc | 4011 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 883 class LMathFround FINAL : public LTemplateInstruction<1, 1, 0> { 885 explicit LMathFround(LOperand* value) { inputs_[0] = value; } in LMathFround() function
|
D | lithium-mips.cc | 1187 LMathFround* result = new (zone()) LMathFround(input); in DoMathFround()
|
D | lithium-codegen-mips.cc | 3804 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2109 class LMathFround FINAL : public LUnaryMathOperation<0> { 2111 explicit LMathFround(LOperand* value) : LUnaryMathOperation<0>(value) {} in LMathFround() function
|
D | lithium-arm64.cc | 2653 LMathFround* result = new (zone()) LMathFround(input); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 4198 void LCodeGen::DoMathFround(LMathFround* instr) { in DoMathFround()
|