Searched refs:opn (Results 1 – 3 of 3) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 8492 const char *opn = "ldst"; in gen_cp0() local 8502 opn = "mfc0"; in gen_cp0() 8511 opn = "mtc0"; in gen_cp0() 8521 opn = "dmfc0"; in gen_cp0() 8531 opn = "dmtc0"; in gen_cp0() 8541 opn = "mfhc0"; in gen_cp0() 8550 opn = "mthc0"; in gen_cp0() 8560 opn = "mftr"; in gen_cp0() 8566 opn = "mttr"; in gen_cp0() 8569 opn = "tlbwi"; in gen_cp0() [all …]
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 76 int opn = decode->op[2].n; 81 tcg_gen_sextract_tl(ofs, cpu_regs[opn], 3, poslen - 3); 242 static void gen_load(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v) 244 X86DecodedOp *op = &decode->op[opn]; 318 static TCGv_ptr op_ptr(X86DecodedInsn *decode, int opn) 320 X86DecodedOp *op = &decode->op[opn]; 337 static void gen_writeback(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v) 339 X86DecodedOp *op = &decode->op[opn];
|
/qemu/hw/nvme/ |
H A D | ctrl.c | 422 uint32_t opn, uint32_t zrwa) in nvme_zns_check_resources() argument 431 ns->nr_open_zones + opn > ns->params.max_open_zones) { in nvme_zns_check_resources() 447 static uint16_t nvme_aor_check(NvmeNamespace *ns, uint32_t act, uint32_t opn) in nvme_aor_check() argument 449 return nvme_zns_check_resources(ns, act, opn, 0); in nvme_aor_check()
|