Searched defs:INSTR (Results  1 – 4 of 4) sorted by relevance
| /external/mesa3d/src/freedreno/ir2/ | 
| D | disasm-a2xx.c | 129 #define INSTR(opc, num_srcs) [opc] = { num_srcs, #opc }  macro442 #define INSTR(opc, name, fxn) [opc] = { name, fxn }  macro
 558 #define INSTR(opc, fxn) [opc] = { #opc, fxn }  macro
 
 | 
| /external/XNNPACK/scripts/ | 
| D | convert-assembly-to-jit.py | 43 INSTR = SPACES + r'([A-Z0-9.]+)' + SPACES  variable
 | 
| /external/mesa3d/src/gallium/drivers/etnaviv/ | 
| D | etnaviv_compiler_tgsi.c | 1788 #define INSTR(n, f, ...) \  macro
 | 
| /external/webp/src/dsp/ | 
| D | msa_macro.h | 76 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME)             \  argument89 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME)               \  argument
 
 |