Searched defs:INSTR (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/ |
H A D | disasm-a2xx.c | 126 #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 D | convert-assembly-to-jit.py | 43 INSTR = SPACES + r'([A-Z0-9.]+)' + SPACES variable
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | msa_macro.h | 76 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument 88 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
|