Home
last modified time | relevance | path

Searched refs:insn_bytes (Results 1 – 3 of 3) sorted by relevance

/qemu/target/mips/tcg/
H A Dtranslate.c4359 int insn_bytes, in gen_compute_branch() argument
4390 btgt = ctx->base.pc_next + insn_bytes + offset; in gen_compute_branch()
4409 btgt = ctx->base.pc_next + insn_bytes + offset; in gen_compute_branch()
4419 btgt = ctx->base.pc_next + insn_bytes + offset; in gen_compute_branch()
4427 btgt = ((ctx->base.pc_next + insn_bytes) & jal_mask) in gen_compute_branch()
4433 btgt = ((ctx->base.pc_next + insn_bytes) & (int32_t)0xF0000000) | in gen_compute_branch()
4484 btgt = ctx->base.pc_next + insn_bytes + delayslot_size; in gen_compute_branch()
4605 int post_delay = insn_bytes + delayslot_size; in gen_compute_branch()
4613 if (insn_bytes == 2) { in gen_compute_branch()
10929 static void gen_branch(DisasContext *ctx, int insn_bytes) in gen_branch() argument
[all …]
H A Dnanomips_translate.c.inc1110 int insn_bytes,
1128 btgt = ctx->base.pc_next + insn_bytes + offset;
1136 btgt = ctx->base.pc_next + insn_bytes + offset;
1141 btgt = ctx->base.pc_next + insn_bytes + offset;
1172 ctx->base.pc_next + insn_bytes);
1186 ctx->base.pc_next + insn_bytes);
1206 ctx->base.pc_next + insn_bytes);
1223 if (insn_bytes == 2) {
/qemu/linux-headers/linux/
H A Dkvm.h336 __u8 insn_bytes[15]; member