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 294 // Emit a single byte. Must always be inlined.
295 #define EMIT(x) \
364 EMIT(0x66);
366 EMIT(0x90);
369 EMIT(0xf);
370 EMIT(0x1f);
371 EMIT(0);
374 EMIT(0xf);
375 EMIT(0x1f);
376 EMIT(0x40)
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 209 // Emit a single byte. Must always be inlined.
210 #define EMIT(x) \
278 EMIT(0x90);
291 EMIT(0x0F);
292 EMIT(0xA2);
298 EMIT(0x60);
304 EMIT(0x61);
310 EMIT(0x9C);
316 EMIT(0x9D);
323 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 276 milliseconds