/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 662 xtensa_opcode opc; in xtensa_opcode_decode() local 681 xtensa_insnbuf slotbuf, xtensa_opcode opc) in xtensa_opcode_encode() 705 const char *xtensa_opcode_name(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_name() 714 int xtensa_opcode_is_branch(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_is_branch() 726 int xtensa_opcode_is_jump(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_is_jump() 738 int xtensa_opcode_is_loop(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_is_loop() 750 int xtensa_opcode_is_call(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_is_call() 762 int xtensa_opcode_num_operands(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_num_operands() 773 int xtensa_opcode_num_stateOperands(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_num_stateOperands() 784 int xtensa_opcode_num_interfaceOperands(xtensa_isa isa, xtensa_opcode opc) in xtensa_opcode_num_interfaceOperands() [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 69 TCGOpcode opc = *list; in tcg_can_emit_vecop_list() local 144 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2() 153 void vec_gen_3(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_3() 164 void vec_gen_4(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_4() 176 void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, in vec_gen_6() 190 static void vec_gen_op2(TCGOpcode opc, unsigned vece, TCGv_vec r, TCGv_vec a) in vec_gen_op2() 201 static void vec_gen_op3(TCGOpcode opc, unsigned vece, in vec_gen_op3() 268 static void vec_gen_ldst(TCGOpcode opc, TCGv_vec r, TCGv_ptr b, TCGArg o) in vec_gen_ldst() 369 static bool do_op2(unsigned vece, TCGv_vec r, TCGv_vec a, TCGOpcode opc) in do_op2() 446 static void do_shifti(TCGOpcode opc, unsigned vece, in do_shifti() [all …]
|
H A D | tcg-op.c | 40 TCGOp * NI tcg_gen_op1(TCGOpcode opc, TCGType type, TCGArg a1) in tcg_gen_op1() 48 TCGOp * NI tcg_gen_op2(TCGOpcode opc, TCGType type, TCGArg a1, TCGArg a2) in tcg_gen_op2() 57 TCGOp * NI tcg_gen_op3(TCGOpcode opc, TCGType type, TCGArg a1, in tcg_gen_op3() 68 TCGOp * NI tcg_gen_op4(TCGOpcode opc, TCGType type, TCGArg a1, TCGArg a2, in tcg_gen_op4() 80 TCGOp * NI tcg_gen_op5(TCGOpcode opc, TCGType type, TCGArg a1, TCGArg a2, in tcg_gen_op5() 93 TCGOp * NI tcg_gen_op6(TCGOpcode opc, TCGType type, TCGArg a1, TCGArg a2, in tcg_gen_op6() 117 static void DNI tcg_gen_op1_i32(TCGOpcode opc, TCGType type, TCGv_i32 a1) in tcg_gen_op1_i32() 122 static void DNI tcg_gen_op1_i64(TCGOpcode opc, TCGType type, TCGv_i64 a1) in tcg_gen_op1_i64() 127 static TCGOp * DNI tcg_gen_op1i(TCGOpcode opc, TCGType type, TCGArg a1) in tcg_gen_op1i() 132 static void DNI tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 a1, TCGv_i32 a2) in tcg_gen_op2_i32() [all …]
|
H A D | tcg-op-ldst.c | 92 static void gen_ldst1(TCGOpcode opc, TCGType type, TCGTemp *v, in gen_ldst1() 99 static void gen_ldst2(TCGOpcode opc, TCGType type, TCGTemp *vl, TCGTemp *vh, in gen_ldst2() 740 void tcg_gen_ext_i32(TCGv_i32 ret, TCGv_i32 val, MemOp opc) in tcg_gen_ext_i32() 764 void tcg_gen_ext_i64(TCGv_i64 ret, TCGv_i64 val, MemOp opc) in tcg_gen_ext_i64()
|
H A D | tcg.c | 169 static inline void tcg_out_vec_op(TCGContext *s, TCGOpcode opc, in tcg_out_vec_op() 3511 TCGOpcode opc = op->opc; in opcode_args_ct() local 3588 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs) in tcg_op_alloc() 3619 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs) in tcg_emit_op() 3632 TCGOpcode opc, TCGType type, unsigned nargs) in tcg_op_insert_before() 3642 TCGOpcode opc, TCGType type, unsigned nargs) in tcg_op_insert_after() 4016 TCGOpcode opc = op->opc; in liveness_pass_1() local 4412 TCGOpcode opc = op->opc; in liveness_pass_2() local 6256 static TCGAtomAlign atom_and_align_for_opc(TCGContext *s, MemOp opc, in atom_and_align_for_opc() 6942 TCGOpcode opc = op->opc; in tcg_gen_code() local
|
H A D | tci.c | 349 TCGOpcode opc; in tcg_qemu_tb_exec() local
|
H A D | optimize.c | 346 TCGOpcode opc, unsigned narg) in opt_insert_after() 352 TCGOpcode opc, unsigned narg) in opt_insert_before() 3116 TCGOpcode opc = op->opc; in tcg_optimize() local
|
/openbmc/qemu/disas/ |
H A D | xtensa.c | 81 xtensa_opcode opc; in print_insn_xtensa() local
|
H A D | hppa.c | 2351 int opc = GET_FIELD (insn, 0, 5); in print_insn_hppa() local 2367 int opc = GET_FIELD (insn, 0, 5); in print_insn_hppa() local
|
H A D | m68k.c | 1976 const struct m68k_opcode *opc = opcodes[major_opcode][i]; in print_insn_m68k() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sh_mmcif.c | 337 u32 opc = cmd->cmdidx; in sh_mmcif_set_cmd() local 405 struct mmc_data *data, u16 opc) in sh_mmcif_data_trans() 436 u32 opc = cmd->cmdidx; in sh_mmcif_start_cmd() local
|
H A D | sh_sdhi.c | 477 struct mmc_data *data, unsigned short opc) in sh_sdhi_set_cmd() 500 struct mmc_data *data, unsigned short opc) in sh_sdhi_data_trans() 536 unsigned short shcmd, opc = cmd->cmdidx; in sh_sdhi_start_cmd() local
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2049 static void gen_ld(DisasContext *ctx, uint32_t opc, in gen_ld() 2180 static void gen_st(DisasContext *ctx, uint32_t opc, int rt, in gen_st() 2267 static void gen_flt_ldst(DisasContext *ctx, uint32_t opc, int ft, in gen_flt_ldst() 2336 static void gen_arith_imm(DisasContext *ctx, uint32_t opc, in gen_arith_imm() 2412 static void gen_logic_imm(DisasContext *ctx, uint32_t opc, in gen_logic_imm() 2460 static void gen_slt_imm(DisasContext *ctx, uint32_t opc, in gen_slt_imm() 2483 static void gen_shift_imm(DisasContext *ctx, uint32_t opc, in gen_shift_imm() 2557 static void gen_arith(DisasContext *ctx, uint32_t opc, in gen_arith() 2719 static void gen_cond_move(DisasContext *ctx, uint32_t opc, in gen_cond_move() 2751 static void gen_logic(DisasContext *ctx, uint32_t opc, in gen_logic() [all …]
|
H A D | mxu_translate.c | 2129 uint32_t pad, opc, XRc, XRb, XRa; in gen_mxu_S32MAX_S32MIN() local 2179 uint32_t pad, opc, XRc, XRb, XRa; in gen_mxu_D16MAX_D16MIN() local 2272 uint32_t pad, opc, XRc, XRb, XRa; in gen_mxu_Q8MAX_Q8MIN() local
|
/openbmc/u-boot/common/ |
H A D | bedbug.c | 756 struct opcode *opc; in asmppc() local 855 int parse_operand (unsigned long memaddr, struct opcode *opc, in parse_operand()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 719 static inline MemOp finalize_memop_atom(DisasContext *s, MemOp opc, MemOp atom) in finalize_memop_atom() 734 static inline MemOp finalize_memop(DisasContext *s, MemOp opc) in finalize_memop() 748 static inline MemOp finalize_memop_pair(DisasContext *s, MemOp opc) in finalize_memop_pair() 761 static inline MemOp finalize_memop_asimd(DisasContext *s, MemOp opc) in finalize_memop_asimd()
|
H A D | translate.c | 927 TCGv_i32 a32, int index, MemOp opc) in gen_aa32_ld_internal_i32() 934 TCGv_i32 a32, int index, MemOp opc) in gen_aa32_st_internal_i32() 941 TCGv_i32 a32, int index, MemOp opc) in gen_aa32_ld_internal_i64() 954 TCGv_i32 a32, int index, MemOp opc) in gen_aa32_st_internal_i64() 969 int index, MemOp opc) in gen_aa32_ld_i32() 975 int index, MemOp opc) in gen_aa32_st_i32() 981 int index, MemOp opc) in gen_aa32_ld_i64() 987 int index, MemOp opc) in gen_aa32_st_i64() 3257 MemOp opc = size | MO_ALIGN | s->be_data; in gen_load_exclusive() local 3305 MemOp opc = size | MO_ALIGN | s->be_data; in gen_store_exclusive() local [all …]
|
/openbmc/qemu/target/s390x/ |
H A D | s390x-internal.h | 106 static inline int get_ilen(uint8_t opc) in get_ilen()
|
/openbmc/qemu/hw/nvme/ |
H A D | nvme.h | 445 static inline const char *nvme_adm_opc_str(uint8_t opc) in nvme_adm_opc_str() 468 static inline const char *nvme_io_opc_str(uint8_t opc) in nvme_io_opc_str()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 324 TCGOpcode opc : 8; member
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 1371 uint8_t opc, ra, rb, rc, fpfn, fn7, lit; in translate_one() local
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3848 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument 6066 #define GEN_CRLOGIC(name, tcg_op, opc) \ argument 6368 opcode_t *opc; in create_ppc_opcodes() local
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 2424 uint8_t opc; in HELPER() local
|
H A D | translate.c | 1046 unsigned opc:16; member 6037 static const DisasInsn *lookup_opc(uint16_t opc) in lookup_opc()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2320 MemOp opc; in DISAS_INSN() local
|