Home
last modified time | relevance | path

Searched defs:INSTR (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c126 #define INSTR(opc, num_srcs) [opc] = {num_srcs, #opc} macro
442 #define INSTR(opc, name, fxn) [opc] = {name, fxn} macro
561 #define INSTR(opc, fxn) [opc] = {#opc, fxn} macro
/external/XNNPACK/scripts/
Dconvert-assembly-to-jit.py43 INSTR = SPACES + r'([A-Z0-9.]+)' + SPACES variable
/external/python/cpython3/Python/
Doptimizer.c512 #define INSTR_IP(INSTR, CODE) \ argument
/external/webp/src/dsp/
Dmsa_macro.h76 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
88 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument