Searched refs:EMIT (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/ia32/
H A Dassembler-ia32.cc300 #define EMIT(x) \ macro
358 EMIT(0x66);
360 EMIT(0x90);
363 EMIT(0xf);
364 EMIT(0x1f);
365 EMIT(0);
368 EMIT(0xf);
369 EMIT(0x1f);
370 EMIT(0x40);
371 EMIT(
[all...]
/external/v8/src/x87/
H A Dassembler-x87.cc215 #define EMIT(x) \ macro
272 EMIT(0x90);
285 EMIT(0x0F);
286 EMIT(0xA2);
292 EMIT(0x60);
298 EMIT(0x61);
304 EMIT(0x9C);
310 EMIT(0x9D);
317 EMIT(0x6a);
318 EMIT(
[all...]
/external/syslinux/com32/lib/
H A Dvsnprintf.c42 #define EMIT(x) ({ if (o<n){*q++ = (x);} o++; }) macro
109 EMIT(' ');
116 EMIT('-');
118 EMIT('+');
120 EMIT(' ');
123 EMIT('0');
124 EMIT((flags & FL_UPPER) ? 'X' : 'x');
130 EMIT('0');
161 EMIT(' ');
202 EMIT(c
[all...]
/external/llvm/lib/Support/
H A 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);
237 EMIT(OEND, 0);
293 EMIT(OOR2, 0); /* offset is very wrong */
329 EMIT(OLPAREN, subno);
336 EMIT(ORPAREN, subno);
352 EMIT(OBOL, 0);
358 EMIT(OEOL, 0);
374 EMIT(OAN
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A 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);
237 EMIT(OEND, 0);
293 EMIT(OOR2, 0); /* offset is very wrong */
329 EMIT(OLPAREN, subno);
336 EMIT(ORPAREN, subno);
352 EMIT(OBOL, 0);
358 EMIT(OEOL, 0);
374 EMIT(OAN
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A 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);
229 EMIT(OEND, 0);
285 EMIT(OOR2, 0); /* offset is very wrong */
320 EMIT(OLPAREN, subno);
327 EMIT(ORPAREN, subno);
343 EMIT(OBOL, 0);
349 EMIT(OEOL, 0);
365 EMIT(OAN
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h140 OP01(EMIT)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg207 #undef EMIT
246 #define EMIT() LEXSTATE->type = _type; LEXER->emit(LEXER)
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp777 NV50_IR_OPCODE_CASE(EMIT, EMIT);
2023 exported at EMIT time */

Completed in 2328 milliseconds