/qemu/target/mips/ |
H A D | helper.h | 58 #define FOP_PROTO(op) \ argument 65 #define FOP_PROTO(op) \ argument 74 #define FOP_PROTO(op) \ argument 91 #define FOP_PROTO(op) \ argument 100 #define FOP_PROTO(op) \ argument 108 #define FOP_PROTO(op) \ argument 116 #define FOP_PROTO(op) \ argument 128 #define FOP_PROTO(op) \ argument 138 #define FOP_PROTO(op) \ argument 163 #define FOP_PROTO(op) \ argument
|
/qemu/target/tricore/ |
H A D | tricore-opcodes.h | 27 #define MASK_BITS_SHIFT(op, start, end) (extract32(op, (start), \ argument 29 #define MASK_BITS_SHIFT_SEXT(op, start, end) (sextract32(op, (start),\ argument 34 #define MASK_OP_MAJOR(op) MASK_BITS_SHIFT(op, 0, 7) argument 37 #define MASK_OP_SB_DISP8(op) MASK_BITS_SHIFT(op, 8, 15) argument 38 #define MASK_OP_SB_DISP8_SEXT(op) MASK_BITS_SHIFT_SEXT(op, 8, 15) argument 40 #define MASK_OP_SBC_CONST4(op) MASK_BITS_SHIFT(op, 12, 15) argument 41 #define MASK_OP_SBC_CONST4_SEXT(op) MASK_BITS_SHIFT_SEXT(op, 12, 15) argument 42 #define MASK_OP_SBC_DISP4(op) MASK_BITS_SHIFT(op, 8, 11) argument 44 #define MASK_OP_SBR_S2(op) MASK_BITS_SHIFT(op, 12, 15) argument 45 #define MASK_OP_SBR_DISP4(op) MASK_BITS_SHIFT(op, 8, 11) argument [all …]
|
/qemu/tcg/ |
H A D | optimize.c | 340 static TCGOp *opt_insert_after(OptContext *ctx, TCGOp *op, in opt_insert_after() 346 static TCGOp *opt_insert_before(OptContext *ctx, TCGOp *op, in opt_insert_before() 352 static bool tcg_opt_gen_mov(OptContext *ctx, TCGOp *op, TCGArg dst, TCGArg src) in tcg_opt_gen_mov() 408 static bool tcg_opt_gen_movi(OptContext *ctx, TCGOp *op, in tcg_opt_gen_movi() 415 static uint64_t do_constant_folding_2(TCGOpcode op, TCGType type, in do_constant_folding_2() 579 static uint64_t do_constant_folding(TCGOpcode op, TCGType type, in do_constant_folding() 775 static int do_constant_folding_cond1(OptContext *ctx, TCGOp *op, TCGArg dest, in do_constant_folding_cond1() 833 static int do_constant_folding_cond2(OptContext *ctx, TCGOp *op, TCGArg *args) in do_constant_folding_cond2() 932 static void init_arguments(OptContext *ctx, TCGOp *op, int nb_args) in init_arguments() 940 static void copy_propagate(OptContext *ctx, TCGOp *op, in copy_propagate() [all …]
|
H A D | tcg-internal.h | 42 static inline void *tcg_call_func(TCGOp *op) in tcg_call_func() 47 static inline const TCGHelperInfo *tcg_call_info(TCGOp *op) in tcg_call_info() 52 static inline unsigned tcg_call_flags(TCGOp *op) in tcg_call_flags()
|
/qemu/disas/ |
H A D | riscv-xthead.c | 252 rv_opcode op = rv_op_illegal; in decode_xtheadba() local 281 rv_opcode op = rv_op_illegal; in decode_xtheadbb() local 337 rv_opcode op = rv_op_illegal; in decode_xtheadbs() local 363 rv_opcode op = rv_op_illegal; in decode_xtheadcmo() local 441 rv_opcode op = rv_op_illegal; in decode_xtheadcondmov() local 468 rv_opcode op = rv_op_illegal; in decode_xtheadfmemidx() local 505 rv_opcode op = rv_op_illegal; in decode_xtheadfmv() local 540 rv_opcode op = rv_op_illegal; in decode_xtheadmac() local 571 rv_opcode op = rv_op_illegal; in decode_xtheadmemidx() local 645 rv_opcode op = rv_op_illegal; in decode_xtheadmempair() local [all …]
|
H A D | riscv-xventana.c | 26 rv_opcode op = rv_op_illegal; in decode_xventanacondops() local
|
/qemu/target/openrisc/ |
H A D | helper.h | 39 #define FOP_CALC(op) \ argument 49 #define FOP_CMP(op) \ argument
|
/qemu/target/ppc/ |
H A D | dfp_helper.c | 429 #define DFP_HELPER_TAB(op, dnop, postprocs, size) \ argument 495 #define DFP_HELPER_BF_AB(op, dnop, postprocs, size) \ argument 527 #define DFP_HELPER_TSTDC(op, size) \ argument 555 #define DFP_HELPER_TSTDG(op, size) \ argument 610 #define DFP_HELPER_TSTEX(op, size) \ argument 642 #define DFP_HELPER_TSTSF(op, size) \ argument 679 #define DFP_HELPER_TSTSFI(op, size) \ argument 739 #define DFP_HELPER_QUAI(op, size) \ argument 760 #define DFP_HELPER_QUA(op, size) \ argument 832 #define DFP_HELPER_RRND(op, size) \ argument [all …]
|
H A D | fpu_helper.c | 188 static void finish_invalid_op_arith(CPUPPCState *env, int op, in finish_invalid_op_arith() 554 #define FPU_FCTI(op, cvt, nanval) \ argument 574 #define FPU_FCFI(op, cvtr, is_single) \ argument 670 #define FPU_FMADD(op, madd_flags) \ argument 715 #define FPU_FSQRT(name, op) \ argument 731 #define FPU_FRE(name, op) \ in FPU_FSQRT() argument 750 #define FPU_FRSQRTE(name, op) \ argument 769 #define FPU_HELPER(name, op, flags_handler) \ argument 1568 #define VSX_ADD_SUB(name, op, nels, tp, fld, sfifprf, r2sp) \ argument 1644 #define VSX_MUL(op, nels, tp, fld, sfifprf, r2sp) \ argument [all …]
|
/qemu/target/i386/emulate/ |
H A D | x86_decode.c | 102 struct x86_decode_op *op) in decode_modrm_rm() 108 struct x86_decode_op *op) in decode_modrm_reg() 117 struct x86_decode_op *op) in decode_rax() 150 struct x86_decode_op *op) in decode_imm8() 157 struct x86_decode_op *op) in decode_imm8_signed() 165 struct x86_decode_op *op) in decode_imm16() 173 struct x86_decode_op *op) in decode_imm() 185 struct x86_decode_op *op) in decode_imm_signed() 193 struct x86_decode_op *op) in decode_imm_1() 200 struct x86_decode_op *op) in decode_imm_0() [all …]
|
/qemu/target/riscv/ |
H A D | instmap.h | 22 #define MASK_OP_MAJOR(op) (op & 0x7F) argument 56 #define MASK_OP_ARITH(op) (MASK_OP_MAJOR(op) | (op & ((0x7 << 12) | \ argument 83 #define MASK_OP_ARITH_IMM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 96 #define MASK_OP_BRANCH(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 129 #define MASK_OP_LOAD(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 140 #define MASK_OP_STORE(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 148 #define MASK_OP_JALR(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 151 #define MASK_OP_ATOMIC(op) \ argument 153 #define MASK_OP_ATOMIC_NO_AQ_RL_SZ(op) \ argument 170 #define MASK_OP_SYSTEM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument [all …]
|
/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 71 def match(op, pattern): argument 77 def __init__(self, op): argument 122 def ArgGenerator(arg, op): argument 152 def __init__(self, op, args): argument
|
H A D | test-avx.py | 118 def match(op, pattern): argument 138 def __init__(self, op): argument 183 def ArgGenerator(arg, op): argument 225 def __init__(self, op, args): argument
|
/qemu/target/i386/tcg/ |
H A D | cc_helper.c | 64 int op) in helper_cc_compute_nz() 77 target_ulong src2, int op) in helper_cc_compute_all() 214 target_ulong src2, int op) in helper_cc_compute_c()
|
/qemu/scripts/ |
H A D | cocci-macro-file.h | 111 #define g_assert_cmpint(a, op, b) g_assert(a op b) argument 112 #define g_assert_cmpuint(a, op, b) g_assert(a op b) argument 113 #define g_assert_cmphex(a, op, b) g_assert(a op b) argument 114 #define g_assert_cmpstr(a, op, b) g_assert(strcmp(a, b) op 0) argument
|
/qemu/tests/fp/ |
H A D | fp-bench.c | 29 enum op { enum 232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() 426 #define GEN_BENCH(name, type, prec, op, n_ops) \ argument 432 #define GEN_BENCH_NO_NEG(name, type, prec, op, n_ops) \ argument 438 #define GEN_BENCH_ALL_TYPES(opname, op, n_ops) \ argument 453 #define GEN_BENCH_ALL_TYPES_NO_NEG(name, op, n) \ argument 466 #define GEN_BENCH_FUNCS(opname, op) \ argument
|
H A D | fp-test.c | 127 static bool is_allowed(unsigned op, int rmode) in is_allowed() 171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() 922 unsigned int op = test_name_to_op(name); in parse_args() local 954 unsigned int op = test_ops[i]; in run_test() local
|
/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 63 static int vfio_eeh_container_op(VFIOContainer *container, uint32_t op) in vfio_eeh_container_op() 119 static int vfio_eeh_as_op(AddressSpace *as, uint32_t op) in vfio_eeh_as_op() 163 uint32_t op; in spapr_phb_vfio_eeh_set_option() local 281 uint32_t op; in spapr_phb_vfio_eeh_reset() local
|
/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 293 static void fire_watches(struct walk_op *op, bool parents) in fire_watches() 322 static int xs_node_add_content(XsNode **n, struct walk_op *op) in xs_node_add_content() 353 static int xs_node_get_content(XsNode **n, struct walk_op *op) in xs_node_get_content() 371 struct walk_op *op = user_data; in node_rm_recurse() local 410 struct walk_op *op = user_data; in copy_deleted_recurse() local 423 static XsNode *xs_node_copy_deleted(XsNode *old, struct walk_op *op) in xs_node_copy_deleted() 453 static int xs_node_rm(XsNode **n, struct walk_op *op) in xs_node_rm() 478 static int xs_node_get_perms(XsNode **n, struct walk_op *op) in xs_node_get_perms() 535 static int xs_node_set_perms(XsNode **n, struct walk_op *op) in xs_node_set_perms() 587 static int xs_node_walk(XsNode **n, struct walk_op *op) in xs_node_walk() [all …]
|
/qemu/hw/acpi/ |
H A D | tpm.c | 72 Aml *op = aml_arg(0); in tpm_build_ppi_acpi() local 109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
|
/qemu/hw/ssi/ |
H A D | xlnx-versal-ospi.c | 323 #define IS_IND_DMA_START(op) (op->done_bytes == 0) argument 417 static void ind_op_advance(IndOp *op, unsigned int len) in ind_op_advance() 426 static uint32_t ind_op_next_byte(IndOp *op) in ind_op_next_byte() 431 static uint32_t ind_op_end_byte(IndOp *op) in ind_op_end_byte() 436 static void ospi_ind_op_next(IndOp *op) in ospi_ind_op_next() 442 static void ind_op_setup(IndOp *op, uint32_t flash_addr, uint32_t num_bytes) in ind_op_setup() 454 static bool ospi_ind_op_completed(IndOp *op) in ospi_ind_op_completed() 464 static void ospi_ind_op_cancel(IndOp *op) in ospi_ind_op_cancel() 470 static bool ospi_ind_op_add(IndOp *op, Fifo8 *fifo, in ospi_ind_op_add() 803 IndOp *op = s->rd_ind_op; in ospi_dma_read() local [all …]
|
/qemu/plugins/ |
H A D | api.c | 117 enum qemu_plugin_op op, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu() 158 enum qemu_plugin_op op, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu() 184 enum qemu_plugin_op op, in qemu_plugin_register_vcpu_mem_inline_per_vcpu() 319 MemOp op = get_memop(info); in qemu_plugin_mem_size_shift() local 325 MemOp op = get_memop(info); in qemu_plugin_mem_is_sign_extended() local 331 MemOp op = get_memop(info); in qemu_plugin_mem_is_big_endian() local
|
/qemu/target/mips/tcg/ |
H A D | translate.h | 61 #define MASK_OP_MAJOR(op) (op & (0x3F << 26)) argument 66 #define MASK_CP1(op) (MASK_OP_MAJOR(op) | (op & (0x1F << 21))) argument 104 #define MASK_CP1_FUNC(op) (MASK_CP1(op) | (op & 0x3F)) argument 105 #define MASK_BC1(op) (MASK_CP1(op) | (op & (0x3 << 16))) argument 201 #define MIPS_INVAL(op) \ argument
|
/qemu/include/exec/ |
H A D | memopidx.h | 25 static inline MemOpIdx make_memop_idx(MemOp op, unsigned idx) in make_memop_idx()
|
/qemu/block/ |
H A D | mirror.c | 161 MirrorOp *op; in mirror_wait_on_conflicts() local 201 static void coroutine_fn mirror_iteration_done(MirrorOp *op, int ret) in mirror_iteration_done() 238 static void coroutine_fn mirror_write_complete(MirrorOp *op, int ret) in mirror_write_complete() 255 static void coroutine_fn mirror_read_complete(MirrorOp *op, int ret) in mirror_read_complete() 323 MirrorOp *op; in mirror_wait_for_free_in_flight_slot() local 353 MirrorOp *op = opaque; in mirror_co_read() local 414 MirrorOp *op = opaque; in mirror_co_zero() local 448 MirrorOp *op = opaque; in mirror_co_discard() local 464 MirrorOp *op; in mirror_perform() local 1561 MirrorOp *op; in active_write_prepare() local [all …]
|