OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_v4sf
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
mips-vector-return.c
11
// O32: define void @
test_v4sf
(<4 x float>* noalias nocapture sret
12
// N64: define { i64, i64 } @
test_v4sf
13
v4sf
test_v4sf
(float a) {
function
mips-vector-arg.c
11
// O32: define void @
test_v4sf
(i32 %a1.coerce0, i32 %a1.coerce1, i32 %a1.coerce2, i32 %a1.coerce3, i32 %a2, i32, i32 %a3.coerce0, i32 %a3.coerce1, i32 %a3.coerce2, i32 %a3.coerce3) [[NUW:#[0-9]+]]
13
// N64: define void @
test_v4sf
(i64 %a1.coerce0, i64 %a1.coerce1, i32 %a2, i64, i64 %a3.coerce0, i64 %a3.coerce1) [[NUW:#[0-9]+]]
16
void
test_v4sf
(v4sf a1, int a2, v4sf a3) {
function
/external/llvm/test/CodeGen/X86/
vec_splat.ll
4
define void @
test_v4sf
(<4 x float>* %P, <4 x float>* %Q, float %X) nounwind {
14
; SSE2:
test_v4sf
:
17
; SSE3:
test_v4sf
:
vec_shuffle.ll
3
; CHECK:
test_v4sf
6
define void @
test_v4sf
(<4 x float>* %P, float %X, float %Y) nounwind {
Completed in 208 milliseconds