/third_party/mbedtls/library/ |
D | bn_mul.h | 927 #define EMIT __asm _emit macro 932 EMIT 0x0F EMIT 0x6E EMIT 0xC9 \ 933 EMIT 0x0F EMIT 0x6E EMIT 0xC3 \ 934 EMIT 0x0F EMIT 0x6E EMIT 0x1F \ 935 EMIT 0x0F EMIT 0xD4 EMIT 0xCB \ 936 EMIT 0x0F EMIT 0x6E EMIT 0x16 \ 937 EMIT 0x0F EMIT 0xF4 EMIT 0xD0 \ 938 EMIT 0x0F EMIT 0x6E EMIT 0x66 EMIT 0x04 \ 939 EMIT 0x0F EMIT 0xF4 EMIT 0xE0 \ 940 EMIT 0x0F EMIT 0x6E EMIT 0x76 EMIT 0x08 \ [all …]
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 321 #define EMIT(x) *pc_++ = (x) macro 426 EMIT(0x66); in Nop() 429 EMIT(0x90); in Nop() 432 EMIT(0xF); in Nop() 433 EMIT(0x1F); in Nop() 434 EMIT(0); in Nop() 437 EMIT(0xF); in Nop() 438 EMIT(0x1F); in Nop() 439 EMIT(0x40); in Nop() 440 EMIT(0); in Nop() [all …]
|
/third_party/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | multi-line.txt | 16 EMIT 19 EMIT 22 EMIT 25 EMIT 30 EMIT 33 EMIT 36 EMIT 39 EMIT
|
D | line.txt | 12 EMIT 16 EMIT 20 EMIT 24 EMIT
|
D | mov.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | add.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | add-mix.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | mov-cb-2d.txt | 13 EMIT 17 EMIT 21 EMIT
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 357 EMIT(OEND, 0); in llvm_regcomp() 365 EMIT(OEND, 0); in llvm_regcomp() 421 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 457 EMIT(OLPAREN, subno); in p_ere_exp() 464 EMIT(ORPAREN, subno); in p_ere_exp() 480 EMIT(OBOL, 0); in p_ere_exp() 486 EMIT(OEOL, 0); in p_ere_exp() 502 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 229 EMIT(OEND, 0); in llvm_regcomp() 237 EMIT(OEND, 0); in llvm_regcomp() 293 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 329 EMIT(OLPAREN, subno); in p_ere_exp() 336 EMIT(ORPAREN, subno); in p_ere_exp() 352 EMIT(OBOL, 0); in p_ere_exp() 358 EMIT(OEOL, 0); in p_ere_exp() 374 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | parse.js | 47 const EMIT = Symbol('emit') constant 147 this[EMIT]('eof') 150 this[EMIT]('nullBlock') 186 this[EMIT]('ignoredEntry', entry) 200 this[EMIT]('ignoredEntry', entry) 301 [EMIT] (ev, data, extra) { 310 this[EMIT]('meta', this[META]) 426 this[EMIT](DONE)
|
/third_party/gstreamer/gstreamer/gst/printf/ |
D | vasnprintf.c | 97 #define EMIT(c) \ in print_long_long() macro 184 EMIT ('-'); in print_long_long() 186 EMIT ('+'); in print_long_long() 188 EMIT (' '); in print_long_long() 194 EMIT ('0'); in print_long_long() 197 EMIT ('0'); in print_long_long() 198 EMIT (digits[16]); in print_long_long() 210 EMIT ('0'); in print_long_long() 217 EMIT (*pointer); in print_long_long() 223 EMIT (' '); in print_long_long() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 120 OP01(EMIT)
|
D | tgsi_info_opcodes.h | 98 OPCODE(0, 1, NONE, EMIT)
|
/third_party/openGLES/extensions/NV/ |
D | NV_geometry_program4.txt | 61 (using the EMIT opcode) to define the output primitive. The attributes of 487 The special instruction "EMIT" specifies that a vertex is completed. A 492 After an EMIT instruction is completed, the current values of all vertex 505 vertices added by the EMIT instruction are decomposed into points, lines, 554 equal to the vertex limit, subsequent EMIT instructions may or may not 607 <SpecialInstruction> ::= "EMIT" 910 EMIT - - - - - - - - emit vertex 948 Section 2.X.8.Z, EMIT: Emit Vertex 950 The EMIT instruction emits a new vertex to be added to the current output 953 EMIT instruction completes, a new vertex is started and all result [all …]
|
D | NV_gpu_program5.txt | 688 EMIT 40 - - - - - - - - emit vertex stream 0 (gp-only) 1711 Section 2.X.8.Z, EMIT: Emit Vertex 1713 (Modify the description of the EMIT opcode to deal with the interaction 1717 The EMIT instruction emits a new vertex to be added to the current output 1720 EMIT instruction completes, a new vertex is started and all result
|
D | NV_geometry_shader_passthrough.txt | 330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
|
D | NV_gpu_program4.txt | 3096 Section 2.X.8.Z, EMIT: Emit Vertex 3098 The EMIT instruction emits a new vertex to be added to the current output
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_geometry_program4.txt | 61 (using the EMIT opcode) to define the output primitive. The attributes of 487 The special instruction "EMIT" specifies that a vertex is completed. A 492 After an EMIT instruction is completed, the current values of all vertex 505 vertices added by the EMIT instruction are decomposed into points, lines, 554 equal to the vertex limit, subsequent EMIT instructions may or may not 607 <SpecialInstruction> ::= "EMIT" 910 EMIT - - - - - - - - emit vertex 948 Section 2.X.8.Z, EMIT: Emit Vertex 950 The EMIT instruction emits a new vertex to be added to the current output 953 EMIT instruction completes, a new vertex is started and all result [all …]
|
D | NV_gpu_program5.txt | 688 EMIT 40 - - - - - - - - emit vertex stream 0 (gp-only) 1711 Section 2.X.8.Z, EMIT: Emit Vertex 1713 (Modify the description of the EMIT opcode to deal with the interaction 1717 The EMIT instruction emits a new vertex to be added to the current output 1720 EMIT instruction completes, a new vertex is started and all result
|
D | NV_geometry_shader_passthrough.txt | 330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 102 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro 2918 EMIT(branch, true, true); in emit_if() 2929 EMIT(branch, false, false); in emit_if()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 801 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode()
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 1633 .. opcode:: EMIT - Emit
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 33792 var EMIT = Symbol("emit"); 33872 this[EMIT]("eof"); 33875 this[EMIT]("nullBlock"); 33906 this[EMIT]("ignoredEntry", entry); 33918 this[EMIT]("ignoredEntry", entry); 33995 [EMIT](ev, data, extra) { 34003 this[EMIT]("meta", this[META]); 34094 this[EMIT](DONE);
|