Searched refs:shl32 (Results 1 – 11 of 11) sorted by relevance
/external/libhevc/encoder/ |
D | sqrt_interp.c | 62 temp = shr32(shl32(num, k), 21); in sqrtFix_interpolate() 66 delta = shl32((shl32(num, k) - shl32(temp, 21)), 10); in sqrtFix_interpolate() 97 temp = shr32(shl32(num, k), 21); in sqrtFix()
|
D | ia_basic_ops32.h | 175 static PLATFORM_INLINE WORD32 shl32(WORD32 a, WORD b) in shl32() function 281 a = shl32(a, 1); in shl32_sat() 326 out_val = shl32(a, b); in shl32_dir() 412 out_val = shl32(a, -b); in shr32_dir() 534 product = shl32(mult16x16in32(a, b), 1); in mult16x16in32_shl() 573 product = shl32(product, 1); in mult16x16in32_shl_sat()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_tns_ar_filter_fixed.s | 157 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 197 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 242 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 289 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 339 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 487 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 535 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
|
/external/llvm/test/CodeGen/X86/ |
D | shift-bmi2.ll | 4 define i32 @shl32(i32 %x, i32 %shamt) nounwind uwtable readnone { 7 ; BMI2: shl32 10 ; BMI264: shl32
|
/external/llvm/test/CodeGen/BPF/ |
D | shifts.ll | 68 define zeroext i32 @shl32(i32 zeroext %a, i32 zeroext %cnt) nounwind readnone { 70 ; CHECK-LABEL: shl32:
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | i32.ll | 87 ; CHECK-LABEL: shl32: 89 define i32 @shl32(i32 %x, i32 %y) {
|
/external/llvm/test/CodeGen/Lanai/ |
D | i32.ll | 87 ; CHECK-LABEL: shl32: 89 define i32 @shl32(i32 %x, i32 %y) {
|
/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | shifts.ll | 68 define zeroext i32 @shl32(i32 zeroext %a, i32 zeroext %cnt) nounwind readnone { 70 ; CHECK-LABEL: shl32:
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | i32.ll | 122 ; CHECK-LABEL: shl32: 123 ; CHECK-NEXT: .functype shl32 (i32, i32) -> (i32){{$}} 128 define i32 @shl32(i32 %x, i32 %y) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | i32.ll | 112 ; CHECK-LABEL: shl32: 117 define i32 @shl32(i32 %x, i32 %y) {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | shift-bmi2.ll | 5 define i32 @shl32(i32 %x, i32 %shamt) nounwind uwtable readnone { 6 ; BMI2-LABEL: shl32: 12 ; BMI264-LABEL: shl32:
|