| /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen8/ |
| H A D | nop.asm | 0 nop ; 1 nop ; label
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/gen9/ |
| H A D | nop.asm | 0 nop ; 1 nop ; label
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/reference/ |
| H A D | afuc_test.asm | 4 [01000001] ; nop 5 [01000078] ; nop 63 nop 75 nop 130 nop 132 nop 133 nop 134 nop 138 nop 262 [00000076] ; nop [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| H A D | stg_ldg_offset.asm | 8 (rpt5)nop 10 nop(sy) 12 nop(sy) 14 (rpt3)nop 17 nop label
|
| H A D | branch.asm | 7 (rpt5)nop 11 (jp)(rpt5)nop 14 nop label
|
| H A D | pvtmem.asm | 6 (rpt5)nop 10 (sy)(rpt5)nop 13 nop label
|
| H A D | test-flut.sh | 18 (rpt5)nop 19 (rpt5)nop 21 (rpt5)nop 23 (rpt5)nop 26 (sy)nop
|
| H A D | invocationid.asm | 9 (rpt5)nop 12 nop label
|
| H A D | simple.asm | 19 nop label 21 (rpt5)nop 24 (rpt5)nop 27 nop label
|
| H A D | test-regfile.sh | 27 (rpt2)nop 31 (rpt5)nop 35 (ss)(sy)(rpt5)nop 38 nop
|
| H A D | test-opcodes.sh | 120 echo "(rpt5)nop" 140 (rpt5)nop 147 (sy)nop 162 (rpt5)nop 176 (rpt5)nop
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/ |
| H A D | glapi_nop.c | 84 nop(const char *func) function in typeref:typename:void 97 nop("unused GL entry point"); 108 #define DISPATCH(func, args, msg) nop(#func); 109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/ |
| H A D | glapi_nop.c | 84 nop(const char *func) function in typeref:typename:void 97 nop("unused GL entry point"); 108 #define DISPATCH(func, args, msg) nop(#func); 109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_inline_functions.c | 35 /* Insert a nop at the cursor so we can keep track of where things are as 38 nir_intrinsic_instr *nop = local in function:nir_inline_function_impl 40 nir_builder_instr_insert(b, &nop->instr); 74 nir_cf_reinsert(&body, nir_before_instr(&nop->instr)); 76 b->cursor = nir_instr_remove(&nop->instr);
|
| H A D | nir_search.c | 96 nir_op_matches_search_op(nir_op nop, uint16_t sop) argument 99 return nop == sop; 103 return nop == nir_op_##op##16 || \ 104 nop == nir_op_##op##32 || \ 105 nop == nir_op_##op##64; 109 return nop == nir_op_##op##8 || \ 110 nop == nir_op_##op##16 || \ 111 nop == nir_op_##op##32 || \ 112 nop == nir_op_##op##64; 116 return nop 141 nir_search_op_for_nir_op(nir_op nop) argument [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips-dspr2-asm.S | 45 nop 53 nop 87 nop 99 nop 102 nop 136 nop 148 nop 151 nop 171 nop 179 nop [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_inline_functions.c | 119 /* Insert a nop at the cursor so we can keep track of where things are as 122 nir_intrinsic_instr *nop = nir_nop(b); local in function:nir_inline_function_impl 123 nir_cf_reinsert(&body, nir_before_instr(&nop->instr)); 124 b->cursor = nir_instr_remove(&nop->instr);
|
| H A D | nir_search.c | 113 nir_op_matches_search_op(nir_op nop, uint16_t sop) argument 116 return nop == sop; 120 return nop == nir_op_##op##16 || \ 121 nop == nir_op_##op##32 || \ 122 nop == nir_op_##op##64; 126 return nop == nir_op_##op##8 || \ 127 nop == nir_op_##op##16 || \ 128 nop == nir_op_##op##32 || \ 129 nop == nir_op_##op##64; 133 return nop 158 nir_search_op_for_nir_op(nir_op nop) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | README.rst | 43 (rpt5)nop 46 nop subsection in section:Example
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| H A D | encode.c | 51 if (instr->nop) { 53 return instr->nop & 0x1; 61 if (instr->nop) { 63 return (instr->nop >> 1) & 0x1; 65 /* src2 does not appear in all cat2, but SRC2_R does (for nop encoding) */
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 36 * We currently require that scheduling ensures that we have enough nop's 38 * instruction flags ((ss)/(sy)/(ei)), and collapses sequences of nop's 39 * into fewer nop's w/ rpt flag. 181 * insert a nop to carry the sync flag. Would be kinda 186 struct ir3_instruction *nop; local in function:legalize_block 187 nop = ir3_NOP(block); 188 nop->flags |= IR3_INSTR_SS; 209 if ((ctx->compiler->gpu_id >= 600) && !n->flags && (last->nop < 3) && 211 last->nop++; 467 * (rpt2)nop [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/ |
| H A D | afuc_test.asm | 103 nop label 129 nop label 191 nop label 193 nop label 194 nop label 195 nop label 200 nop label
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions.c | 18 static DFHANDLER(nop); 494 /* f.nop, f.title, f.separator really only exist to make lines in menus */ 496 DFHANDLER(nop)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 29 /* The maximum number of nop's we may need to insert between two instructions. 34 * number of delay slots to get a SFU result back (ie. using nop's instead of 48 * both in scheduling pass(es) and the final pass to insert any required nop's 133 return MIN2(maxd, d + n->nop); 135 d = MIN2(maxd, d + 1 + n->repeat + n->nop); 294 * that the appropriate number of nop's is inserted for every conflicting 319 distance += assigner->nop; 398 * Calculate delay for nop insertion. This must exactly match hardware 409 * Remove nop instructions. The scheduler can insert placeholder nop' [all...] |
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_asm.s | 100 nop 108 nop; \ 173 nop /* IEU0 Group */ 247 nop 305 2: nop
|