Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir2/
H A 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
/aosp_15_r20/external/XNNPACK/scripts/
H A Dconvert-assembly-to-jit.py43 INSTR = SPACES + r'([A-Z0-9.]+)' + SPACES variable
/aosp_15_r20/external/webp/src/dsp/
H A Dmsa_macro.h76 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
88 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument