Searched defs:INSTR (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | disasm-a2xx.c | 129 #define INSTR(opc, num_srcs) [opc] = { num_srcs, #opc } macro 439 #define INSTR(opc, name, fxn) [opc] = { name, fxn } macro 555 #define INSTR(opc, fxn) [opc] = { #opc, fxn } macro
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1747 #define INSTR(n, f, ...) \ macro
|
/external/webp/src/dsp/ |
D | msa_macro.h | 72 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument 85 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
|