Searched defs:h16 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp145 Hex16 h16; member in struct:BuiltInTypes
168 io.mapRequired("h16", bt.h16);
196 "h16: 0x8765\n"
216 EXPECT_EQ(map.h16, Hex16(0x8765));
242 map.h16 = 50000;
270 EXPECT_EQ(map.h16, Hex16(50000));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c472 struct lp_build_context h16, u8n; local
475 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
502 lp_build_unpack2(bld->gallivm, u8n.type, h16.type,
739 struct lp_build_context h16, u8n; local
754 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
756 h16_vec_type = lp_build_vec_type(bld->gallivm, h16.type);
782 for (j = 0; j < h16.type.length; j += 4) {
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length);
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c472 struct lp_build_context h16, u8n; local
475 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
502 lp_build_unpack2(bld->gallivm, u8n.type, h16.type,
739 struct lp_build_context h16, u8n; local
754 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
756 h16_vec_type = lp_build_vec_type(bld->gallivm, h16.type);
782 for (j = 0; j < h16.type.length; j += 4) {
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length);
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c472 uint16_t h16 = arg >> 16; local
477 if (h16) tcg_out32 (s, ORIS | RS (ret) | RA (ret) | h16);

Completed in 149 milliseconds