HomeSort by relevance Sort by last modified time
    Searched refs:emit_code (Results 1 - 6 of 6) sorted by null

  /external/ply/ply/example/yply/
yply.py 37 yparse.emit_code = 0
yparse.py 14 emit_code = 1 variable
240 if not emit_code:
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
bitcode.cpp 66 emit_code(const ::llvm::Module &mod) { function in namespace:__anon30193
77 return build_module_common(mod, emit_code(mod), get_symbol_offsets(mod), c);
92 const auto code = emit_code(mod);
native.cpp 107 emit_code(::llvm::Module &mod, const target &target, function in namespace:__anon30195
149 const auto code = emit_code(mod, target,
160 return as_string(emit_code(*cmod, target,
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 416 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/
scanner.c 1681 emit_code(struct protocol *protocol) function
    [all...]

Completed in 176 milliseconds