/external/libvpx/libvpx/vpx_dsp/arm/ |
highbd_intrapred_neon.c | 783 const uint16x4_t left_high = vget_high_u16(left_u16); local 800 row = vdupq_lane_u16(left_high, 0); 803 row = vdupq_lane_u16(left_high, 1); 806 row = vdupq_lane_u16(left_high, 2); 809 row = vdupq_lane_u16(left_high, 3); 832 const uint16x4_t left_high = vget_high_u16(left_u16q); local 843 row = vdupq_lane_u16(left_high, 0); 845 row = vdupq_lane_u16(left_high, 1); 847 row = vdupq_lane_u16(left_high, 2); 849 row = vdupq_lane_u16(left_high, 3) 877 const uint16x4_t left_high = vget_high_u16(left_u16q); local [all...] |
intrapred_neon.c | 970 const int16x4_t left_high = vget_high_s16(left_s16q); local [all...] |
/art/compiler/optimizing/ |
code_generator_x86.cc | 1418 Register left_high = left.AsRegisterPairHigh<Register>(); local 4389 Register left_high = left.AsRegisterPairHigh<Register>(); local [all...] |
code_generator_arm.cc | 1629 const Register left_high = left.AsRegisterPairHigh<Register>(); local 2444 Register left_high = left.AsRegisterPairHigh<Register>(); local [all...] |
code_generator_arm_vixl.cc | 1716 const vixl32::Register left_high = HighRegisterFrom(left); local 2479 vixl32::Register left_high = HighRegisterFrom(left); local [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 840 Register left_high, Register right_low, Register right_high); 843 Register left_high, Register right_low, Register right_high); [all...] |
macro-assembler-mips.cc | [all...] |