HomeSort by relevance Sort by last modified time
    Searched full:i16_type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 660 struct lp_type i16_type,
667 assert(!i16_type.floating);
668 assert(lp_check_value(i16_type, a));
669 assert(lp_check_value(i16_type, b));
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "");
723 struct lp_type i16_type = lp_wider_type(type); local
726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 660 struct lp_type i16_type,
667 assert(!i16_type.floating);
668 assert(lp_check_value(i16_type, a));
669 assert(lp_check_value(i16_type, b));
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "");
723 struct lp_type i16_type = lp_wider_type(type); local
726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh)
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 30 let i16_type = Llvm.i16_type context var
161 let one = const_int i16_type 1 in
162 let two = const_int i16_type 2 in
179 insist ((vector_type i16_type 8) = (type_of c));
186 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 333 external i16_type : llcontext -> lltype = "llvm_i16_type"
    [all...]
llvm.mli 488 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
490 val i16_type : llcontext -> lltype var
    [all...]

Completed in 324 milliseconds