Searched refs:EMIT (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 307 #define EMIT(x) \ macro 413 EMIT(0x90); in Nop() 422 EMIT(0x66); in Nop() 424 EMIT(0x90); in Nop() 427 EMIT(0xf); in Nop() 428 EMIT(0x1f); in Nop() 429 EMIT(0); in Nop() 432 EMIT(0xf); in Nop() 433 EMIT(0x1f); in Nop() 434 EMIT(0x40); in Nop() [all …]
|
/external/grub/netboot/ |
D | otulip.c | 87 #define EMIT do { TULIP_CSR_WRITE(csr_srom_mii, csr); delay_300ns(); } while (0) macro 93 csr = SROMSEL ; EMIT; in srom_idle() 94 csr = SROMSEL | SROMRD; EMIT; in srom_idle() 95 csr ^= SROMCS; EMIT; in srom_idle() 96 csr ^= SROMCLKON; EMIT; in srom_idle() 101 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */ in srom_idle() 102 csr ^= SROMCLKON; EMIT; /* clock high; data valid */ in srom_idle() 104 csr ^= SROMCLKOFF; EMIT; in srom_idle() 105 csr ^= SROMCS; EMIT; in srom_idle() 106 csr = 0; EMIT; in srom_idle() [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 131 #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); in llvm_regcomp() 229 EMIT(OEND, 0); in llvm_regcomp() 285 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 320 EMIT(OLPAREN, subno); in p_ere_exp() 327 EMIT(ORPAREN, subno); in p_ere_exp() 343 EMIT(OBOL, 0); in p_ere_exp() 349 EMIT(OEOL, 0); in p_ere_exp() 365 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | interop.dox | 140 /// \subsection emit EMIT() 142 /// The macro <code>EMIT</code> causes the text range currently matched to the lexer rule to be emi…
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 207 #undef EMIT 246 #define EMIT() LEXSTATE->type = _type; LEXER->emit(LEXER)
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 35172 EMIT EH0 M IH1 T
|