Home
last modified time | relevance | path

Searched refs:opc (Results 76 – 99 of 99) sorted by relevance

1234

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c3103 frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); in trans_VCVT_fix_hp()
3112 switch (a->opc) { in trans_VCVT_fix_hp()
3159 frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); in trans_VCVT_fix_sp()
3168 switch (a->opc) { in trans_VCVT_fix_sp()
3221 frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); in trans_VCVT_fix_dp()
3230 switch (a->opc) { in trans_VCVT_fix_dp()
H A Dtranslate-a64.c6702 unsigned int sf, opc, shift_type, invert, rm, shift_amount, rn, rd; in disas_logic_reg() local
6705 opc = extract32(insn, 29, 2); in disas_logic_reg()
6720 if (opc == 1 && shift_amount == 0 && shift_type == 0 && rn == 31) { in disas_logic_reg()
6748 switch (opc | (invert << 2)) { in disas_logic_reg()
6778 if (opc == 3) { in disas_logic_reg()
7912 unsigned int mos, type, rm, op, rn, opc, op2r; in disas_fp_compare() local
7920 opc = extract32(insn, 3, 2); in disas_fp_compare()
7950 handle_fp_compare(s, size, rn, rm, opc & 1, opc & 2); in disas_fp_compare()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c416 excdet->opc = cbe->opccpy; in gru_get_cb_exception_detail()
436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h817 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
818 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1695 u32 opc = req->op_count; in nouveau_uvmm_vm_bind_ucopy() local
1701 if (opc) { in nouveau_uvmm_vm_bind_ucopy()
1702 args->op.count = opc; in nouveau_uvmm_vm_bind_ucopy()
1703 args->op.s = u_memcpya(ops, opc, in nouveau_uvmm_vm_bind_ucopy()
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c282 switch (op->opc) { in plugin_gen_inject()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3826 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument
6044 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument
6045 GEN_HANDLER(name, 0x13, 0x01, opc, 0x00000001, PPC_INTEGER)
6346 opcode_t *opc; in create_ppc_opcodes() local
6349 for (opc = opcodes; opc < &opcodes[ARRAY_SIZE(opcodes)]; opc++) { in create_ppc_opcodes()
6350 if (((opc->handler.type & pcc->insns_flags) != 0) || in create_ppc_opcodes()
6351 ((opc->handler.type2 & pcc->insns_flags2) != 0)) { in create_ppc_opcodes()
6352 if (register_insn(cpu->opcodes, opc) < 0) { in create_ppc_opcodes()
6354 "0x%02x 0x%02x 0x%02x", opc->opc1, opc->opc2, in create_ppc_opcodes()
6355 opc->opc3); in create_ppc_opcodes()
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2015 u16 opc; in bpf_arch_text_poke() member
2025 if (insn.opc != (0xc004 | (old_addr ? 0xf0 : 0))) in bpf_arch_text_poke()
2052 insn.opc = 0xc004 | (new_addr ? 0xf0 : 0); in bpf_arch_text_poke()
2053 s390_kernel_write((char *)ip + 1, (char *)&insn.opc + 1, 1); in bpf_arch_text_poke()
/openbmc/qemu/tcg/
H A Dtci.c374 TCGOpcode opc; in tcg_qemu_tb_exec() local
387 opc = extract32(insn, 0, 8); in tcg_qemu_tb_exec()
389 switch (opc) { in tcg_qemu_tb_exec()
/openbmc/qemu/disas/
H A Dm68k.c1976 const struct m68k_opcode *opc = opcodes[major_opcode][i]; in print_insn_m68k() local
1977 unsigned long opcode = opc->opcode; in print_insn_m68k()
1978 unsigned long match = opc->match; in print_insn_m68k()
1989 && (opc->arch & arch_mask) != 0) in print_insn_m68k()
1994 for (d = opc->args; *d; d += 2) in print_insn_m68k()
2002 for (d = opc->args; *d; d += 2) in print_insn_m68k()
2010 for (d = opc->args; *d; d += 2) in print_insn_m68k()
2024 for (d = opc->args; *d; d += 2) in print_insn_m68k()
2036 if ((val = match_insn_m68k (memaddr, info, opc, & priv))) in print_insn_m68k()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2417 uint8_t opc; in HELPER() local
2425 opc = insn >> 8; in HELPER()
2432 switch (get_ilen(opc)) { in HELPER()
2446 if ((opc & 0xf0) == 0xd0) { in HELPER()
2459 dx_helper helper = dx[opc & 0xf]; in HELPER()
2474 } else if (opc == 0x0a) { in HELPER()
H A Dtranslate.c1046 unsigned opc:16; member
4689 TCGv_i32 sizes = tcg_constant_i32(s->insn->opc & 3); in op_trXX()
4700 if (s->insn->opc & 3) { in op_trXX()
5959 .opc = OPC, \
6041 static const DisasInsn *lookup_opc(uint16_t opc) in lookup_opc() argument
6043 switch (opc) { in lookup_opc()
/openbmc/linux/arch/mips/kvm/
H A Demulate.c272 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) in kvm_get_badinstr() argument
294 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) in kvm_get_badinstrp() argument
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h145 void tcg_gen_ext_i32(TCGv_i32 ret, TCGv_i32 val, MemOp opc);
251 void tcg_gen_ext_i64(TCGv_i64 ret, TCGv_i64 val, MemOp opc);
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2011 enum ice_adminq_opc opc) in ice_aq_alloc_free_res() argument
2021 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_alloc_free_res()
2739 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_list_caps() argument
2747 if (opc != ice_aqc_opc_list_func_caps && in ice_aq_list_caps()
2748 opc != ice_aqc_opc_list_dev_caps) in ice_aq_list_caps()
2751 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_list_caps()
/openbmc/linux/arch/mips/mm/
H A Duasm.c150 static void build_insn(u32 **buf, enum opcode opc, ...);
/openbmc/qemu/target/alpha/
H A Dtranslate.c1370 uint8_t opc, ra, rb, rc, fpfn, fn7, lit; in translate_one() local
1377 opc = extract32(insn, 26, 6); in translate_one()
1398 switch (opc) { in translate_one()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c2276 u8 opc = pdu->cmd.common.opcode, fctype = pdu->cmd.fabrics.fctype; in nvme_tcp_timeout() local
2282 opc, nvme_opcode_str(qid, opc, fctype)); in nvme_tcp_timeout()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2314 MemOp opc; in DISAS_INSN() local
2319 opc = MO_SB; in DISAS_INSN()
2323 opc = MO_TESW; in DISAS_INSN()
2327 opc = MO_TESL; in DISAS_INSN()
2355 IS_USER(s), opc); in DISAS_INSN()
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3722 sli_cmd_fill_hdr(struct sli4_rqst_hdr *hdr, u8 opc, u8 sub, u32 ver, __le32 len) in sli_cmd_fill_hdr() argument
3724 hdr->opcode = opc; in sli_cmd_fill_hdr()
H A Dsli4.c977 sli_cmd_common_destroy_q(struct sli4 *sli4, u8 opc, u8 subsystem, u16 q_id) in sli_cmd_common_destroy_q() argument
987 sli_cmd_fill_hdr(&req->hdr, opc, subsystem, in sli_cmd_common_destroy_q()
/openbmc/qemu/target/s390x/
H A Dcpu_features_def.h.inc59 DEF_FEAT(ORDER_PRESERVING_COMPRESSION, "opc", STFL, 38, "Order Preserving Compression facility")
/openbmc/qemu/target/tricore/
H A Dtranslate.c2897 static void gen_compute_branch(DisasContext *ctx, uint32_t opc, int r1, in gen_compute_branch() argument
2903 switch (opc) { in gen_compute_branch()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c359 : [query] "d" ((unsigned long)query), [opc] "i" (opcode) in __insn32_query()

1234