| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r700_asm.c | 81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) 97 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); 100 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); 101 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); 102 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); 103 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); 104 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ 107 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); 108 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); 109 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); 80 r700_bytecode_alu_read(struct r600_bytecode * bc,struct r600_bytecode_alu * alu,uint32_t word0,uint32_t word1) argument [all...] |
| H A D | eg_asm.c | 156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1) 163 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1); 164 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1); 165 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1); 166 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1); 167 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1); 168 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1); 170 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), /* is_cf_alu = */ 0 ); 171 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1); 172 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1); [all...] |
| H A D | r600_asm.h | 321 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 335 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 340 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1); 342 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
|
| H A D | r600_asm.c | 2794 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) 2810 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); 2813 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); 2814 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); 2815 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); 2816 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); 2817 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ 2820 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); 2821 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); 2822 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); 2793 r600_bytecode_alu_read(struct r600_bytecode * bc,struct r600_bytecode_alu * alu,uint32_t word0,uint32_t word1) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r700_asm.c | 81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) 97 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); 100 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); 101 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); 102 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); 103 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); 104 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ 107 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); 108 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); 109 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); 80 r700_bytecode_alu_read(struct r600_bytecode * bc,struct r600_bytecode_alu * alu,uint32_t word0,uint32_t word1) argument [all...] |
| H A D | eg_asm.c | 156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1) 163 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1); 164 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1); 165 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1); 166 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1); 167 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1); 168 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1); 170 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), /* is_cf_alu = */ 0 ); 171 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1); 172 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1); [all...] |
| H A D | r600_asm.h | 327 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 341 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 346 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1); 348 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
|
| H A D | r600_asm.c | 2802 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) 2818 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); 2821 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); 2822 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); 2823 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); 2824 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); 2825 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ 2828 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); 2829 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); 2830 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); 2801 r600_bytecode_alu_read(struct r600_bytecode * bc,struct r600_bytecode_alu * alu,uint32_t word0,uint32_t word1) argument [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | interpret.c | 29 char word1[20], word2[80]; local in function:interpret 32 sscanf(string,"%s",word1); 33 if (!strcmp(word1,"run")) run_test(); 36 sscanf(string,"%s %s",word1,word2); 39 /* So word1 is the first word on the line and word2 is the second. 42 if (!strcmp(word1,TestStuff.choice.text)) { 50 else if (!strcmp(word1,FunctionStuff.choice.text)) { 58 else if (!strcmp(word1,LinestyleStuff.choice.text)) { 66 else if (!strcmp(word1,"linewidth")) 68 else if (!strcmp(word1,CapstyleStuf [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard.h | 402 uint64_t word1 : 60; member in struct:__anon43e15d221708
|
| H A D | disassemble.c | 906 if (load_store->word1 != 3) { 907 print_load_store_instr(load_store->word1, tabs);
|
| H A D | midgard_compile.c | 2996 .word1 = current64,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 352 unsigned word1 : 32; member in struct:__anon4c8c0f471c0a::__anon4c8c0f471e08
|
| H A D | disasm.c | 680 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 353 unsigned word1 : 32; member in struct:__anon8016ff1a1c0a::__anon8016ff1a1e08
|
| H A D | disasm.c | 721 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 &&
|
| H A D | codegen.c | 581 b->discard.word1 = PPIR_CODEGEN_DISCARD_WORD1;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard.h | 780 uint64_t word1 : 60; member in struct:__anon60a087ed1d08
|
| H A D | disassemble.c | 1558 if (load_store->word1 != 3) { 1559 print_load_store_instr(ctx, fp, load_store->word1, verbose);
|
| H A D | midgard_emit.c | 1013 .word1 = current64,
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v6_pack.h | 4734 uint32_t word1; member in struct:MALI_TILER_STATE 4759 cl[ 1] = __gen_uint(values->word1, 0, 31); 4784 values->word1 = __gen_unpack_uint(cl, 32, 63); 4805 fprintf(fp, "%*sWord1: %u\n", indent, "", values->word1); 4880 cl[33] = __gen_uint(values->state.word1, 0, 31); 4948 values->state.word1 = __gen_unpack_uint(cl, 1056, 1087);
|
| H A D | v7_pack.h | 4790 uint32_t word1; member in struct:MALI_TILER_STATE 4815 cl[ 1] = __gen_uint(values->word1, 0, 31); 4840 values->word1 = __gen_unpack_uint(cl, 32, 63); 4861 fprintf(fp, "%*sWord1: %u\n", indent, "", values->word1); 4936 cl[33] = __gen_uint(values->state.word1, 0, 31); 5004 values->state.word1 = __gen_unpack_uint(cl, 1056, 1087);
|