Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dtranslate.c97 uint8_t opx; member
107 .opx = extract32((code), 11, 6), \
159 return instr.opx; in get_opxcode()
902 uint8_t opx; in handle_r_type_instr() local
905 opx = get_opxcode(code); in handle_r_type_instr()
906 if (unlikely(opx >= ARRAY_SIZE(r_type_instructions))) { in handle_r_type_instr()
910 instr = &r_type_instructions[opx]; in handle_r_type_instr()
/openbmc/qemu/disas/
H A Dsh4.c1291 const sh_opcode_info *opx, *opy; in print_insn_ddt() local
1304 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
1305 opx++; in print_insn_ddt()
1306 print_movxy (opx, ((insn >> 9) & 1) + 4, (insn >> 7) & 1, in print_insn_ddt()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc794 static void tcg_out_mem_long(TCGContext *s, int opi, int opx, TCGReg rt,
1442 static void tcg_out_mem_long(TCGContext *s, int opi, int opx, TCGReg rt,
1525 tcg_out32(s, opx | TAB(rt & 31, base, rs));