Searched refs:code_ptr (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/tcg/ |
| H A D | tcg.h | 378 tcg_insn_unit *code_ptr; /* pointer for running end of tb */ member 886 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_ptr)); in tcg_pcrel_diff() 912 return tcg_ptr_byte_diff(s->code_ptr, s->code_buf); in tcg_current_code_size()
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 284 static bool patch_reloc(tcg_insn_unit *code_ptr, int type, 290 return reloc_br_sk16(code_ptr, (tcg_insn_unit *)value); 292 return reloc_br_sd10k16(code_ptr, (tcg_insn_unit *)value); 407 src_rx = (intptr_t)tcg_splitwx_to_rx(s->code_ptr); 761 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SD10K16, l, 0); 795 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SK16, l, 0); 984 return reloc_br_sd10k16(s->code_ptr - 1, target); 996 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1011 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) { 1097 ldst->label_ptr[0] = s->code_ptr; [all …]
|
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 653 static bool patch_reloc(tcg_insn_unit *code_ptr, int type, 659 return reloc_sbimm12(code_ptr, (tcg_insn_unit *)value); 661 return reloc_jimm20(code_ptr, (tcg_insn_unit *)value); 663 return reloc_call(code_ptr, (tcg_insn_unit *)value); 812 ret = reloc_call(s->code_ptr - 2, (const tcg_insn_unit *)val); 844 new_pool_label(s, val, R_RISCV_CALL, s->code_ptr, 0); 1112 tcg_out_reloc(s, s->code_ptr, R_RISCV_JAL, l, 0); 1145 tcg_out_reloc(s, s->code_ptr, R_RISCV_BRANCH, l, 0); 1574 ret = reloc_call(s->code_ptr - 2, arg); 1617 bool ok = reloc_jimm20(s->code_ptr - 1, target); [all …]
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target.c.inc | 476 new_pool_label(s, arg, R_SPARC_13, s->code_ptr, 643 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP19, l, 0); 695 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP16, l, 0); 1009 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr); 1038 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 0)) { 1050 return patch_reloc(s->code_ptr - 1, R_SPARC_WDISP19, 1059 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 0)) { 1067 return patch_reloc(s->code_ptr - 1, R_SPARC_WDISP19, 1152 ldst->label_ptr[0] = s->code_ptr; 1172 ldst->label_ptr[0] = s->code_ptr; [all …]
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 996 new_pool_label(s, sval, R_390_PC32DBL, s->code_ptr - 2, 2); 1687 tcg_out_reloc(s, s->code_ptr, R_390_PC16DBL, l, 2); 1688 s->code_ptr += 1; 1700 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2); 1710 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2); 1942 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 2)) { 1959 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 2)) { 2040 ldst->label_ptr[0] = s->code_ptr++; 2064 ldst->label_ptr[0] = s->code_ptr++; 2096 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 10210 - void ss_add_info_dir(sci_idx, info_dir, code_ptr) 10213 - int *code_ptr; 10220 +ss_add_info_dir(int sci_idx, char *info_dir, int *code_ptr) 10229 - *code_ptr = SS_ET_NO_INFO_DIR; 10233 - *code_ptr = errno; 10244 - *code_ptr = errno; 10250 - *code_ptr = 0; 10253 + *code_ptr = SS_ET_NO_INFO_DIR; 10257 + *code_ptr = errno; 10268 + *code_ptr = errno; [all …]
|