Searched refs:emit_code (Results 1 - 5 of 5) 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:__anon15611
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:__anon15613
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.cc404 bool emit_code = (masm != NULL); local
453 if (emit_code) {
467 if (emit_code) masm->movn(temp, ~imm16 & 0xffff, 16 * i);
470 if (emit_code) masm->movz(temp, imm16, 16 * i);
476 if (emit_code) masm->movk(temp, imm16, 16 * i);
487 if (emit_code) masm->mov(rd, temp);
498 bool emit_code = masm != NULL; local
505 if (emit_code) {
512 if (emit_code) {
519 if (emit_code) {
1172 bool emit_code = (masm != NULL); local
1269 bool emit_code = (masm != NULL); local
1309 bool emit_code = (masm != NULL); local
1330 bool emit_code = (masm != NULL); local
[all...]

Completed in 272 milliseconds