Searched defs:LModByPowerOf2I (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h581 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
583 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1809 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
1811 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h588 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
590 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h579 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
581 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h582 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
584 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h571 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
573 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h546 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
548 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h587 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
589 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h602 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
604 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final

Completed in 199 milliseconds