Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.cc300 #define EMIT(x) \ macro
358 EMIT(0x66); in Nop()
360 EMIT(0x90); in Nop()
363 EMIT(0xf); in Nop()
364 EMIT(0x1f); in Nop()
365 EMIT(0); in Nop()
368 EMIT(0xf); in Nop()
369 EMIT(0x1f); in Nop()
370 EMIT(0x40); in Nop()
371 EMIT(0); in Nop()
[all …]
/external/v8/src/x87/
Dassembler-x87.cc215 #define EMIT(x) \ macro
272 EMIT(0x90); in Nop()
285 EMIT(0x0F); in cpuid()
286 EMIT(0xA2); in cpuid()
292 EMIT(0x60); in pushad()
298 EMIT(0x61); in popad()
304 EMIT(0x9C); in pushfd()
310 EMIT(0x9D); in popfd()
317 EMIT(0x6a); in push()
318 EMIT(x.x_); in push()
[all …]
/external/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
Dmov-cb-2d.txt13 EMIT
17 EMIT
21 EMIT
Dadd.txt12 EMIT
16 EMIT
20 EMIT
Dadd-mix.txt12 EMIT
16 EMIT
20 EMIT
/external/syslinux/com32/lib/
Dvsnprintf.c42 #define EMIT(x) ({ if (o<n){*q++ = (x);} o++; }) macro
109 EMIT(' '); in format_int()
116 EMIT('-'); in format_int()
118 EMIT('+'); in format_int()
120 EMIT(' '); in format_int()
123 EMIT('0'); in format_int()
124 EMIT((flags & FL_UPPER) ? 'X' : 'x'); in format_int()
130 EMIT('0'); in format_int()
161 EMIT(' '); in format_int()
202 EMIT(ch); in vsnprintf()
[all …]
/external/llvm/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 …]
/external/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 …]
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
221 EMIT(OEND, 0); in llvm_regcomp()
229 EMIT(OEND, 0); in llvm_regcomp()
285 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
320 EMIT(OLPAREN, subno); in p_ere_exp()
327 EMIT(ORPAREN, subno); in p_ere_exp()
343 EMIT(OBOL, 0); in p_ere_exp()
349 EMIT(OEOL, 0); in p_ere_exp()
365 EMIT(OANY, 0); in p_ere_exp()
[all …]
/external/llvm/test/Transforms/GCOVProfiling/
Dmodules.ll1 ; RUN: opt -insert-gcov-profiling -o - < %s | llvm-dis | FileCheck -check-prefix=EMIT-ARCS %s
2 ; RUN: opt -passes=insert-gcov-profiling -o - < %s | llvm-dis | FileCheck -check-prefix=EMIT-ARCS %s
4 ; EMIT-ARCS-NOT: call void @llvm_gcda_start_file
/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg.ll1 …N: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s -check-prefixes=ALL,ODDSPREG,ODDSPREG-NO-EMIT
3 …mipsel -mcpu=mips32r6 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,ODDSPREG,ODDSPREG-NO-EMIT
5 …cpu=mips32r6 -mattr=fpxx,-nooddspreg < %s | FileCheck %s -check-prefixes=ALL,ODDSPREG,ODDSPREG-EMIT
9 ; ODDSPREG-EMIT: .module oddspreg
10 ; ODDSPREG-NO-EMIT-NOT: .module oddspreg
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h140 OP01(EMIT)
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox140 /// \subsection emit EMIT()
142 /// The macro <code>EMIT</code> causes the text range currently matched to the lexer rule to be emi…
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp777 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg207 #undef EMIT
246 #define EMIT() LEXSTATE->type = _type; LEXER->emit(LEXER)
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1657 .. opcode:: EMIT - Emit