Home
last modified time | relevance | path

Searched refs:llb (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-trap-64bit-only.c15 extern long long lla, llb;
22 __tdw(lla, llb, 1); in test_xl_tdw()
28 __builtin_ppc_tdw(lla, llb, 13); in test_tdw()
H A Dbuiltins-ppc-xlcompat-compare.c42 long long test_builtin_ppc_cmpb(long long lla, long long llb) { in test_builtin_ppc_cmpb() argument
43 return __builtin_ppc_cmpb(lla, llb); in test_builtin_ppc_cmpb()
H A Dbuiltins-ppc-xlcompat-error.c11 extern long long lla, llb;
20 __tdw(lla, llb, 50); //expected-error {{argument value 50 is outside the valid range [1, 31]}} in test_trap()
21 __tdw(lla, llb, 0); //expected-error {{argument value 0 is outside the valid range [1, 31]}} in test_trap()
H A Dbuiltins-ppc-p10vector.c40 signed long long llb; variable
1124 return vec_replace_elt(vslla, llb, 0); in test_vec_replace_elt_sll()
1276 return vec_replace_unaligned(vslla, llb, 6); in test_vec_replace_unaligned_sll()
1772 return vec_xl_sext(llb, cap); in test_vec_xl_sext_i8()
1779 return vec_xl_sext(llb, sap); in test_vec_xl_sext_i16()
1786 return vec_xl_sext(llb, iap); in test_vec_xl_sext_i32()
1793 return vec_xl_sext(llb, llap); in test_vec_xl_sext_i64()
1800 return vec_xl_zext(llb, ucap); in test_vec_xl_zext_i8()
1807 return vec_xl_zext(llb, usap); in test_vec_xl_zext_i16()
1814 return vec_xl_zext(llb, uiap); in test_vec_xl_zext_i32()
[all …]
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1133 let llb = successor llv i in
1134 aux (i+1) (f llb acc)