Searched refs:strct (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | ms-inline-asm.c | 550 C strct; 552 __asm { mov eax, 4[strct.c1] } 554 __asm { mov eax, 4[strct.c3 + 4] } 556 __asm { mov eax, 8[strct.c2.a + 4 + 32*2 - 4] } 558 __asm { mov eax, 12[4 + strct.c2.b] } 560 __asm { mov eax, 4[4 + strct.c4.b2.b + 4] } 562 __asm { mov eax, 4[64 + strct.c1 + (2*32)] } 564 __asm { mov eax, 4[64 + strct.c2.a - 2*32] } 566 __asm { mov eax, [strct.c4.b1 + 4] } 568 __asm { mov eax, [strct.c4.b2.a + 4 + 32*2 - 4] } [all …]
|
D | exprs.c | 192 } strct; typedef 195 (strct)returns_int(); in f18()
|
/external/mesa3d/src/intel/tools/ |
D | gen_batch_decoder.c | 191 struct gen_group *strct = in dump_binding_table() local 193 if (strct == NULL) { in dump_binding_table() 219 (pointers[i] + strct->dw_length * 4) >= ctx->surface_base.size) { in dump_binding_table() 225 ctx_print_group(ctx, strct, ctx->surface_base.addr + pointers[i], in dump_binding_table() 233 struct gen_group *strct = gen_spec_find_struct(ctx->spec, "SAMPLER_STATE"); in dump_samplers() local 253 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers()
|