Searched defs:LMulI (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h796 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
798 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h824 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> {
826 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h791 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
793 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h790 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
792 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h824 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
826 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h842 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> {
844 LMulI(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h2192 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> {
2194 LMulI(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL

Completed in 309 milliseconds