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

  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 338 // Emit a single byte. Must always be inlined.
339 #define EMIT(x) \
404 EMIT(0x90);
413 EMIT(0x66);
415 EMIT(0x90);
418 EMIT(0xf);
419 EMIT(0x1f);
420 EMIT(0);
423 EMIT(0xf);
424 EMIT(0x1f)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 306 // Emit a single byte. Must always be inlined.
307 #define EMIT(x) \
413 EMIT(0x90);
422 EMIT(0x66);
424 EMIT(0x90);
427 EMIT(0xf);
428 EMIT(0x1f);
429 EMIT(0);
432 EMIT(0xf);
433 EMIT(0x1f)
    [all...]
  /external/grub/netboot/
otulip.c 87 #define EMIT do { TULIP_CSR_WRITE(csr_srom_mii, csr); delay_300ns(); } while (0)
93 csr = SROMSEL ; EMIT;
94 csr = SROMSEL | SROMRD; EMIT;
95 csr ^= SROMCS; EMIT;
96 csr ^= SROMCLKON; EMIT;
101 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */
102 csr ^= SROMCLKON; EMIT; /* clock high; data valid */
104 csr ^= SROMCLKOFF; EMIT;
105 csr ^= SROMCS; EMIT;
106 csr = 0; EMIT;
    [all...]
  /external/llvm/lib/Support/
regcomp.c 131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
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 */
321 EMIT(OLPAREN, subno);
328 EMIT(ORPAREN, subno);
344 EMIT(OBOL, 0);
350 EMIT(OEOL, 0);
366 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/libc/regex/
regcomp.c 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd)
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
304 EMIT(OEND, 0);
312 EMIT(OEND, 0);
379 EMIT(OOR2, 0); /* offset is very wrong */
419 EMIT(OLPAREN, subno);
426 EMIT(ORPAREN, subno);
442 EMIT(OBOL, 0);
448 EMIT(OEOL, 0);
464 EMIT(OANY, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 131 OP00(EMIT)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 131 OP00(EMIT)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 517 NV50_IR_OPCODE_CASE(EMIT, EMIT);
    [all...]
  /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 442 milliseconds