Home
last modified time | relevance | path

Searched refs:div32 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbypass-slow-division-tune.ll7 ; Verify that div32 is bypassed only for Atoms.
8 define i32 @div32(i32 %a, i32 %b) {
10 ; ATOM-LABEL: div32:
15 ; REST-LABEL: div32:
/external/llvm/test/CodeGen/X86/
Dslow-div.ll4 define i32 @div32(i32 %a, i32 %b) {
6 ; DIV32-LABEL: div32:
10 ; DIV64-LABEL: div32:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-r2-alloc.ll39 %div32 = sdiv i32 %div31, %d
40 %div33 = sdiv i32 %div32, %div31
/external/llvm/test/CodeGen/PowerPC/
Dppc64-r2-alloc.ll39 %div32 = sdiv i32 %div31, %d
40 %div33 = sdiv i32 %div32, %div31
/external/elfutils/tests/
Drun-readelf-A.sh83 …GNU_Sparc_HWCAPS: div32,v8plus,vis,asi_blk_init,vis3,random,fjfmau,asi_cache_sparing,des,camellia,…
/external/llvm/test/CodeGen/ARM/
Dstack-alignment.ll105 %div32 = fdiv double %div31, %25
106 %div33 = fdiv double %div32, %24
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dstack-alignment.ll105 %div32 = fdiv double %div31, %25
106 %div33 = fdiv double %div32, %24
/external/libhevc/encoder/
Dvar_q_operator.c86 c->sm = div32(a.sm, b.sm, &qoutient_q_format); /* div32 defined in ia_basic_ops32.h */ in div32_var_q()
Dia_basic_ops32.h1056 static PLATFORM_INLINE WORD32 div32(WORD32 a, WORD32 b, WORD *q_format) in div32() function
/external/libxaac/decoder/
Dixheaacd_basic_ops32.h324 static PLATFORM_INLINE WORD32 div32(WORD32 a, WORD32 b, WORD *q_format) { in div32() function