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

  /external/qemu/tcg/ppc/
tcg-target.c 188 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) function
202 | reloc_pc14_val (pc, target);
1068 tcg_out32 (s, bc | reloc_pc14_val (s->code_ptr, l->u.value));
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 179 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) function
193 | reloc_pc14_val (pc, target);
1171 tcg_out32 (s, bc | reloc_pc14_val (s->code_ptr, l->u.value));
    [all...]

Completed in 55 milliseconds