/external/vixl/src/vixl/ |
utils.h | 194 inline int WhichPowerOf2(V value) {
|
/external/v8/src/compiler/mips64/ |
instruction-selector-mips64.cc | 619 g.TempImmediate(WhichPowerOf2(value))); 626 g.TempImmediate(WhichPowerOf2(value - 1))); 635 g.TempImmediate(WhichPowerOf2(value + 1))); 679 g.TempImmediate(WhichPowerOf2(value))); 686 g.TempImmediate(WhichPowerOf2(value - 1))); 695 g.TempImmediate(WhichPowerOf2(value + 1))); [all...] |
/art/runtime/base/ |
bit_utils.h | 104 static inline int WhichPowerOf2(T x) {
|
/external/v8/src/ic/ |
ic-state.cc | 58 extra_ic_state, WhichPowerOf2(fixed_right_arg_.FromJust())); 234 FixedRightArgValueField::is_valid(WhichPowerOf2(fixed_right_arg_value)) &&
|
/art/compiler/optimizing/ |
instruction_simplifier.cc | [all...] |
code_generator_arm64.cc | 161 uint32_t ls_access_size = WhichPowerOf2(reg_size); [all...] |
/external/v8/src/compiler/mips/ |
instruction-selector-mips.cc | 431 g.TempImmediate(WhichPowerOf2(value))); 438 g.TempImmediate(WhichPowerOf2(value - 1))); 447 g.TempImmediate(WhichPowerOf2(value + 1))); [all...] |
/external/v8/test/unittests/compiler/ |
js-typed-lowering-unittest.cc | 650 : IsWord32Shl(key, IsInt32Constant(WhichPowerOf2(element_size))); 736 : IsWord32Shl(key, IsInt32Constant(WhichPowerOf2(element_size))); 780 : IsWord32Shl(key, IsInt32Constant(WhichPowerOf2(element_size))); [all...] |
/external/v8/src/ |
utils.h | 50 inline int WhichPowerOf2(uint32_t x) { 216 return (x == kMinInt) ? 31 : WhichPowerOf2(Abs(x)); [all...] |
gdb-jit.cc | 233 align_ = WhichPowerOf2(align_); [all...] |
/external/v8/src/compiler/ |
machine-operator-reducer.cc | 222 node->ReplaceInput(1, Int32Constant(WhichPowerOf2(m.right().Value()))); 568 node->ReplaceInput(1, Uint32Constant(WhichPowerOf2(m.right().Value()))); [all...] |
/external/v8/src/compiler/arm/ |
instruction-selector-arm.cc | 870 g.TempImmediate(WhichPowerOf2(value - 1))); 877 g.TempImmediate(WhichPowerOf2(value + 1))); [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.cc | [all...] |
/art/runtime/ |
stack_map.h | 614 // Handle the case of 0, as we cannot pass 0 to art::WhichPowerOf2. 617 : WhichPowerOf2(RoundUpToPowerOfTwo(number_of_location_catalog_entries)); [all...] |
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.cc | [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.cc | [all...] |
/external/v8/src/ppc/ |
macro-assembler-ppc.cc | 933 ClearRightImm(sp, sp, Operand(WhichPowerOf2(frame_alignment))); [all...] |
code-stubs-ppc.cc | [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.cc | [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.cc | [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.cc | [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.cc | 277 WhichPowerOf2(static_cast<uint32_t>(src2.immediate()) + 1), cond); [all...] |
/external/v8/src/arm64/ |
macro-assembler-arm64.cc | [all...] |