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

/external/v8/src/ia32/
H A Dassembler-ia32.cc295 #define EMIT(x) \ macro
353 EMIT(0x66);
355 EMIT(0x90);
358 EMIT(0xf);
359 EMIT(0x1f);
360 EMIT(0);
363 EMIT(0xf);
364 EMIT(0x1f);
365 EMIT(0x40);
366 EMIT(
[all...]
/external/v8/src/x87/
H A Dassembler-x87.cc210 #define EMIT(x) \ macro
267 EMIT(0x90);
280 EMIT(0x0F);
281 EMIT(0xA2);
287 EMIT(0x60);
293 EMIT(0x61);
299 EMIT(0x9C);
305 EMIT(0x9D);
312 EMIT(0x6a);
313 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/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.h131 OP00(EMIT)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp517 NV50_IR_OPCODE_CASE(EMIT, 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)

Completed in 350 milliseconds