OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalar_opc
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h
88
instr_scalar_opc_t
scalar_opc
;
member in struct:ir2_instruction::__anon33324::__anon33326
154
instr->alu.
scalar_opc
= sop;
ir-a2xx.c
434
if (instr->alu.
scalar_opc
!= (instr_scalar_opc_t)~0) {
450
alu->
scalar_opc
= instr->alu.
scalar_opc
;
455
alu->
scalar_opc
= MAXs;
disasm-a2xx.c
268
if (scalar_instructions[alu->
scalar_opc
].name) {
269
printf("\t \t%s\t", scalar_instructions[alu->
scalar_opc
].name);
271
printf("\t \tOP(%u)\t", alu->
scalar_opc
);
instr-a2xx.h
137
instr_scalar_opc_t
scalar_opc
: 6;
member in struct:PACKED
Completed in 562 milliseconds