Searched refs:i16_type (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 660 struct lp_type i16_type, in lp_build_mul_u8n() argument 667 assert(!i16_type.floating); in lp_build_mul_u8n() 668 assert(lp_check_value(i16_type, a)); in lp_build_mul_u8n() 669 assert(lp_check_value(i16_type, b)); in lp_build_mul_u8n() 671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8); in lp_build_mul_u8n() 676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), ""); in lp_build_mul_u8n() 684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), ""); in lp_build_mul_u8n() 723 struct lp_type i16_type = lp_wider_type(type); in lp_build_mul() local 726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah); in lp_build_mul() 727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh); in lp_build_mul() [all …]
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 30 let i16_type = Llvm.i16_type context var 197 let one = const_int i16_type 1 in 198 let two = const_int i16_type 2 in 217 insist ((vector_type i16_type 8) = (type_of c)); 224 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |]) 1013 ignore(build_pointercast inst37 (pointer_type i16_type) "build_pointercast" atentry);
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 341 external i16_type : llcontext -> lltype = "llvm_i16_type"
|
D | llvm.mli | 505 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See 507 val i16_type : llcontext -> lltype val
|