Searched refs:EMIT (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/library/ |
H A D | bn_mul.h | 949 #define EMIT __asm _emit macro 954 EMIT 0x0F EMIT 0x6E EMIT 0xC9 \ 955 EMIT 0x0F EMIT 0x6E EMIT 0xC3 \ 956 EMIT 0x0F EMIT 0x6E EMIT [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 321 #define EMIT(x) *pc_++ = (x) macro 426 EMIT(0x66); in Nop() 429 EMIT(0x90); in Nop() 432 EMIT(0xF); in Nop() 433 EMIT(0x1F); in Nop() 434 EMIT(0); in Nop() 437 EMIT(0xF); in Nop() 438 EMIT(0x1F); in Nop() 439 EMIT(0x40); in Nop() 440 EMIT( in Nop() 3444 #undef EMIT global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A 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(OAN in p_ere_exp() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 357 EMIT(OEND, 0); in llvm_regcomp() 365 EMIT(OEND, 0); in llvm_regcomp() 421 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 457 EMIT(OLPAREN, subno); in p_ere_exp() 464 EMIT(ORPAREN, subno); in p_ere_exp() 480 EMIT(OBOL, 0); in p_ere_exp() 486 EMIT(OEOL, 0); in p_ere_exp() 502 EMIT(OAN in p_ere_exp() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 120 OP01(EMIT)
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 102 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro 2918 EMIT(branch, true, true); in emit_if() 2929 EMIT(branch, false, false); in emit_if()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 801 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode() 2165 exported at EMIT time */ in storeDst()
|
Completed in 17 milliseconds