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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h697 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
699 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h716 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
718 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h692 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
694 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h695 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
697 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h681 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
683 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h651 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
653 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h715 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
717 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h730 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
732 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1787 class LFlooringDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
1789 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final

Completed in 149 milliseconds