Searched refs:vector_opc (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_cp.c31 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv &&
204 switch (instr->alu.vector_opc) {
H A Dir2_assemble.c69 switch (instr->alu.vector_opc) {
257 bc->alu.vector_opc = instr_v->alu.vector_opc;
265 (bc->alu.vector_opc == SETEv ||
266 bc->alu.vector_opc == SETNEv ||
267 bc->alu.vector_opc == SETGTv ||
268 bc->alu.vector_opc == SETGTEv))
H A Dir2_private.h124 instr_vector_opc_t vector_opc : 5; member in struct:ir2_instr::__anon0ec1ae09030a::__anon0ec1ae090808
384 switch (instr->alu.vector_opc) {
H A Dir2_ra.c44 switch (instr->alu.vector_opc) {
H A Dir2.c58 if (instr->alu.vector_opc == VECTOR_NONE)
93 return instr->alu.vector_opc == VECTOR_NONE ? 0 : 3;
H A Ddisasm-a2xx.c227 printf("%s", vector_instructions[alu->vector_opc].name);
240 if (vector_instructions[alu->vector_opc].num_srcs == 3) {
247 if (vector_instructions[alu->vector_opc].num_srcs > 1) {
H A Dir2_nir.c330 instr->alu.vector_opc = op.vector;
609 instr->alu.vector_opc = VECTOR_NONE;
924 instr->alu.vector_opc = VECTOR_NONE;
932 instr->alu.vector_opc = PRED_SETNE_PUSHv;
954 instr->alu.vector_opc = VECTOR_NONE;
969 instr->alu.vector_opc = VECTOR_NONE;
H A Dinstr-a2xx.h171 instr_vector_opc_t vector_opc : 5; member in struct:PACKED
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_cp.c32 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv &&
212 switch (p->alu.vector_opc) {
H A Dir2_assemble.c70 switch (instr->alu.vector_opc) {
260 bc->alu.vector_opc = instr_v->alu.vector_opc;
268 (bc->alu.vector_opc == SETEv || bc->alu.vector_opc == SETNEv ||
269 bc->alu.vector_opc == SETGTv || bc->alu.vector_opc == SETGTEv))
H A Dir2_private.h124 instr_vector_opc_t vector_opc : 5; member in struct:ir2_instr::__anon5c5cc0dc030a::__anon5c5cc0dc0808
400 switch (instr->alu.vector_opc) {
H A Dir2_ra.c45 switch (instr->alu.vector_opc) {
H A Dir2_nir.c337 instr->alu.vector_opc = op.vector;
618 instr->alu.vector_opc = VECTOR_NONE;
937 instr->alu.vector_opc = VECTOR_NONE;
945 instr->alu.vector_opc = PRED_SETNE_PUSHv;
967 instr->alu.vector_opc = VECTOR_NONE;
982 instr->alu.vector_opc = VECTOR_NONE;
H A Dir2.c61 if (instr->alu.vector_opc == VECTOR_NONE)
97 return instr->alu.vector_opc == VECTOR_NONE ? 0 : 3;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Ddisasm-a2xx.c243 printf("%s", vector_instructions[alu->vector_opc].name);
256 if (vector_instructions[alu->vector_opc].num_srcs == 3) {
263 if (vector_instructions[alu->vector_opc].num_srcs > 1) {
H A Dinstr-a2xx.h170 instr_vector_opc_t vector_opc : 5; member in struct:PACKED

Completed in 24 milliseconds