Searched refs:emit_code (Results 1 - 6 of 6) sorted by relevance

/external/ply/ply/example/yply/
H A Dyply.py37 yparse.emit_code = 0
H A Dyparse.py14 emit_code = 1 variable
240 if not emit_code:
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dbitcode.cpp66 emit_code(const ::llvm::Module &mod) { function in namespace:__anon16848
77 return build_module_common(mod, emit_code(mod), get_symbol_offsets(mod), c);
92 const auto code = emit_code(mod);
H A Dnative.cpp107 emit_code(::llvm::Module &mod, const target &target, function in namespace:__anon16850
149 const auto code = emit_code(mod, target,
160 return as_string(emit_code(*cmod, target,
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc416 bool emit_code = (masm != NULL); local
465 if (emit_code) {
479 if (emit_code) masm->movn(temp, ~imm16 & 0xffff, 16 * i);
482 if (emit_code) masm->movz(temp, imm16, 16 * i);
488 if (emit_code) masm->movk(temp, imm16, 16 * i);
499 if (emit_code) masm->mov(rd, temp);
510 bool emit_code = masm != NULL; local
517 if (emit_code) {
524 if (emit_code) {
531 if (emit_code) {
1216 bool emit_code = (masm != NULL); local
1313 bool emit_code = (masm != NULL); local
1353 bool emit_code = (masm != NULL); local
1374 bool emit_code = (masm != NULL); local
[all...]
/external/wayland/src/
H A Dscanner.c1681 emit_code(struct protocol *protocol) function
1905 emit_code(&protocol);

Completed in 218 milliseconds