Searched refs:word1 (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr700_asm.c81 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 Deg_asm.c156 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 Dr600_asm.h321 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 Dr600_asm.c2794 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 Dr700_asm.c81 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 Deg_asm.c156 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 Dr600_asm.h327 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 Dr600_asm.c2802 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 Dinterpret.c29 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 Dmidgard.h402 uint64_t word1 : 60; member in struct:__anon43e15d221708
H A Ddisassemble.c906 if (load_store->word1 != 3) {
907 print_load_store_instr(load_store->word1, tabs);
H A Dmidgard_compile.c2996 .word1 = current64,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h352 unsigned word1 : 32; member in struct:__anon4c8c0f471c0a::__anon4c8c0f471e08
H A Ddisasm.c680 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h353 unsigned word1 : 32; member in struct:__anon8016ff1a1c0a::__anon8016ff1a1e08
H A Ddisasm.c721 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 &&
H A Dcodegen.c581 b->discard.word1 = PPIR_CODEGEN_DISCARD_WORD1;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard.h780 uint64_t word1 : 60; member in struct:__anon60a087ed1d08
H A Ddisassemble.c1558 if (load_store->word1 != 3) {
1559 print_load_store_instr(ctx, fp, load_store->word1, verbose);
H A Dmidgard_emit.c1013 .word1 = current64,
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h4734 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 Dv7_pack.h4790 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);

Completed in 53 milliseconds