Home
last modified time | relevance | path

Searched refs:EMIT (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mbedtls/library/
Dbn_mul.h927 #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/
Dassembler-ia32.cc321 #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/
Dmulti-line.txt16 EMIT
19 EMIT
22 EMIT
25 EMIT
30 EMIT
33 EMIT
36 EMIT
39 EMIT
Dline.txt12 EMIT
16 EMIT
20 EMIT
24 EMIT
Dmov.txt12 EMIT
16 EMIT
20 EMIT
Dadd.txt12 EMIT
16 EMIT
20 EMIT
Dadd-mix.txt12 EMIT
16 EMIT
20 EMIT
Dmov-cb-2d.txt13 EMIT
17 EMIT
21 EMIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c267 #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/
Dregcomp.c139 #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/
Dparse.js47 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/
Dvasnprintf.c97 #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/
Dtgsi_opcode_tmp.h120 OP01(EMIT)
Dtgsi_info_opcodes.h98 OPCODE(0, 1, NONE, EMIT)
/third_party/openGLES/extensions/NV/
DNV_geometry_program4.txt61 (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 …]
DNV_gpu_program5.txt688 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
DNV_geometry_shader_passthrough.txt330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
DNV_gpu_program4.txt3096 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/
DNV_geometry_program4.txt61 (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 …]
DNV_gpu_program5.txt688 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
DNV_geometry_shader_passthrough.txt330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c102 #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/
Dnv50_ir_from_tgsi.cpp801 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst1633 .. opcode:: EMIT - Emit
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs33792 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);

12