Home
last modified time | relevance | path

Searched defs:op0 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu-sysregs.h14 #define ENCODE_ID_REG(op0, op1, crn, crm, op2) \ argument
H A Dsyndrome.h163 static inline uint32_t syn_aa64_sysregtrap(int op0, int op1, int op2, in syn_aa64_sysregtrap()
H A Dcpregs.h184 #define ENCODE_AA64_CP_REG(cp, crn, crm, op0, op1, op2) \ argument
H A Dhelper.c4510 #define K(op0, op1, crn, crm, op2) \ in define_arm_vh_e2h_redirects_aliases() argument
/openbmc/u-boot/post/lib_powerpc/
H A Drlwimi.c30 ulong op0; member
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c510 void test_imulw2(long op0, long op1) in test_imulw2()
528 void test_imull2(long op0, long op1) in test_imull2()
547 void test_imulq2(long op0, long op1) in test_imulq2()
566 #define TEST_IMUL_IM(size, rsize, op0, op1)\ argument
706 #define TEST_BSX(op, size, op0)\ argument
1053 #define TEST_BCD(op, op0, cc_in, cc_mask)\ argument
1213 uint64_t op0, op1, op2; in test_xchg() local
/openbmc/qemu/linux-headers/asm-arm64/
H A Dkvm.h247 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
528 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
/openbmc/qemu/hw/intc/
H A Darm_gicv3_kvm.c52 #define KVM_DEV_ARM_VGIC_SYSREG(op0, op1, crn, crm, op2) \ argument
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c155 #define HVF_SYSREG(crn, crm, op0, op1, op2) \ argument
174 #define SYSREG(op0, op1, crn, crm, op2) \ argument
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h284 X86OpType op0:8; member
/openbmc/qemu/disas/
H A Dsparc.c2466 sparc_opcode *op0 = * (sparc_opcode **) a; in compare_opcodes() local
/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c1426 uint8_t op0; in lsi_execute_script() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3406 TCGv_i64 op0, op1, t0, t1, tmax; in do_WHILE() local
3522 TCGv_i64 op0, op1, diff, t1, tmax; in trans_WHILE_ptr() local
H A Dtranslate-a64.c2436 uint8_t op0, uint8_t op1, uint8_t op2, in gen_sysreg_undef()
2466 unsigned int op0, unsigned int op1, unsigned int op2, in handle_sys()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c566 static inline unsigned xtensa_op0_insn_len(DisasContext *dc, uint8_t op0) in xtensa_op0_insn_len()