Searched refs:EMIT (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 271 #define EMIT(x) \ macro 338 EMIT(0x66); in Nop() 340 EMIT(0x90); in Nop() 343 EMIT(0xf); in Nop() 344 EMIT(0x1f); in Nop() 345 EMIT(0); in Nop() 348 EMIT(0xf); in Nop() 349 EMIT(0x1f); in Nop() 350 EMIT(0x40); in Nop() 351 EMIT(0); in Nop() [all …]
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 186 #define EMIT(x) \ macro 252 EMIT(0x90); in Nop() 265 EMIT(0x0F); in cpuid() 266 EMIT(0xA2); in cpuid() 272 EMIT(0x60); in pushad() 278 EMIT(0x61); in popad() 284 EMIT(0x9C); in pushfd() 290 EMIT(0x9D); in popfd() 297 EMIT(0x6a); in push() 298 EMIT(x.x_); in push() [all …]
|
/external/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | multi-line.txt | 16 EMIT 19 EMIT 22 EMIT 25 EMIT 30 EMIT 33 EMIT 36 EMIT 39 EMIT
|
D | line.txt | 12 EMIT 16 EMIT 20 EMIT 24 EMIT
|
D | mov.txt | 11 EMIT 15 EMIT 19 EMIT
|
D | mov-cb-2d.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | add-mix.txt | 11 EMIT 15 EMIT 19 EMIT
|
D | add.txt | 11 EMIT 15 EMIT 19 EMIT
|
/external/llvm/lib/Support/ |
D | regcomp.c | 139 #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); in llvm_regcomp() 237 EMIT(OEND, 0); in llvm_regcomp() 293 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 329 EMIT(OLPAREN, subno); in p_ere_exp() 336 EMIT(ORPAREN, subno); in p_ere_exp() 352 EMIT(OBOL, 0); in p_ere_exp() 358 EMIT(OEOL, 0); in p_ere_exp() 374 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg.ll | 1 …=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ODDSPREG -check-prefix=ODDSPREG-NO-EMIT 3 …tr=fp64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ODDSPREG -check-prefix=ODDSPREG-NO-EMIT 5 …nooddspreg < %s | FileCheck %s -check-prefix=ALL -check-prefix=ODDSPREG -check-prefix=ODDSPREG-EMIT 9 ; ODDSPREG-EMIT: .module oddspreg 10 ; ODDSPREG-NO-EMIT-NOT: .module oddspreg
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 131 OP00(EMIT)
|
/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/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 517 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode()
|
/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/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1117 .. opcode:: EMIT - Emit
|