Searched refs:emit_code (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 422 bool emit_code = (masm != NULL); in MoveImmediateHelper() local 471 if (emit_code) { in MoveImmediateHelper() 485 if (emit_code) masm->movn(temp, ~imm16 & 0xffff, 16 * i); in MoveImmediateHelper() 488 if (emit_code) masm->movz(temp, imm16, 16 * i); in MoveImmediateHelper() 494 if (emit_code) masm->movk(temp, imm16, 16 * i); in MoveImmediateHelper() 505 if (emit_code) masm->mov(rd, temp); in MoveImmediateHelper() 1203 bool emit_code = (masm != NULL); in CselHelper() local 1205 VIXL_ASSERT(!emit_code || masm->allow_macro_instructions_); in CselHelper() 1267 if (emit_code) { in CselHelper() 1275 if (emit_code) { in CselHelper() [all …]
|
H A D | assembler-aarch64.cc | 5354 bool emit_code = assm != NULL; in OneInstrMoveImmediateHelper() local 5361 if (emit_code) { in OneInstrMoveImmediateHelper() 5368 if (emit_code) { in OneInstrMoveImmediateHelper() 5375 if (emit_code) { in OneInstrMoveImmediateHelper()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | native.cpp | 109 emit_code(::llvm::Module &mod, const target &target, in emit_code() function 157 const auto code = emit_code(mod, target, in build_module_native() 168 return as_string(emit_code(*cmod, target, in print_module_native()
|
H A D | bitcode.cpp | 53 emit_code(const ::llvm::Module &mod) { in emit_code() function 73 const auto code = emit_code(mod); in build_module_library()
|
/aosp_15_r20/external/ply/ply/example/yply/ |
H A D | yparse.py | 14 emit_code = 1 variable 240 if not emit_code:
|
H A D | yply.py | 37 yparse.emit_code = 0
|
/aosp_15_r20/external/wayland/src/ |
H A D | scanner.c | 1811 emit_code(struct protocol *protocol, enum visibility vis) in emit_code() function 2071 emit_code(&protocol, PRIVATE); in main() 2080 emit_code(&protocol, PUBLIC); in main()
|