HomeSort by relevance Sort by last modified time
    Searched refs:EMIT (Results 1 - 8 of 8) sorted by null

  /external/v8/src/ia32/
assembler-ia32.cc 270 // Emit a single byte. Must always be inlined.
271 #define EMIT(x) \
338 EMIT(0x66);
340 EMIT(0x90);
343 EMIT(0xf);
344 EMIT(0x1f);
345 EMIT(0);
348 EMIT(0xf);
349 EMIT(0x1f);
350 EMIT(0x40)
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 185 // Emit a single byte. Must always be inlined.
186 #define EMIT(x) \
252 EMIT(0x90);
265 EMIT(0x0F);
266 EMIT(0xA2);
272 EMIT(0x60);
278 EMIT(0x61);
284 EMIT(0x9C);
290 EMIT(0x9D);
297 EMIT(0x6a)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
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(OANY, 0)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
213 EMIT(OEND, 0);
221 EMIT(OEND, 0);
277 EMIT(OOR2, 0); /* offset is very wrong */
312 EMIT(OLPAREN, subno);
319 EMIT(ORPAREN, subno);
335 EMIT(OBOL, 0);
341 EMIT(OEOL, 0);
357 EMIT(OANY, 0)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd)
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
303 EMIT(OEND, 0);
311 EMIT(OEND, 0);
378 EMIT(OOR2, 0); /* offset is very wrong */
418 EMIT(OLPAREN, subno);
425 EMIT(ORPAREN, subno);
441 EMIT(OBOL, 0);
447 EMIT(OEOL, 0);
463 EMIT(OANY, 0)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 131 OP00(EMIT)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 517 NV50_IR_OPCODE_CASE(EMIT, EMIT);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 207 #undef EMIT
246 #define EMIT() LEXSTATE->type = _type; LEXER->emit(LEXER)
    [all...]

Completed in 537 milliseconds