/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 172 static inline uint32_t syn_cp14_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp14_rt_trap() 182 static inline uint32_t syn_cp15_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp15_rt_trap() 192 static inline uint32_t syn_cp14_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp14_rrt_trap() 202 static inline uint32_t syn_cp15_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp15_rrt_trap()
|
H A D | cpregs.h | 180 #define ENCODE_CP_REG(cp, is64, ns, crn, crm, opc1, opc2) \ argument 887 uint8_t opc1; member 1103 static inline bool arm_cpreg_encoding_in_idspace(uint8_t opc0, uint8_t opc1, in arm_cpreg_encoding_in_idspace()
|
H A D | helper.c | 6931 uint8_t opc1 = extract32(i, 4, 1); register_cp_regs_for_features() local 6961 uint8_t opc1 = 0b100 | extract32(i, 4, 1); register_cp_regs_for_features() local 7254 add_cpreg_to_hashtable(ARMCPU * cpu,const ARMCPRegInfo * r,void * opaque,CPState state,CPSecureState secstate,int crm,int opc1,int opc2,const char * name) add_cpreg_to_hashtable() argument 7475 int crm, opc1, opc2; define_one_arm_cp_reg_with_opaque() local [all...] |
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1461 #define GEN_HANDLER(name, opc1, opc2, opc3, inval, type) \ argument 1464 #define GEN_HANDLER_E(name, opc1, opc2, opc3, inval, type, type2) \ argument 1467 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument 1470 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument 1473 #define GEN_HANDLER_E_2(name, opc1, opc2, opc3, opc4, inval, type, type2) \ argument 1476 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument 1480 unsigned char opc1, opc2, opc3, opc4; member 2152 #define GEN_PPC64_R2(name, opc1, opc2) \ argument 2162 #define GEN_PPC64_R4(name, opc1, opc2) \ argument 5990 #define GEN_PPC64_R2(name, opc1, opc2) \ argument [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 2923 int opc1, int crn, int crm, int opc2, in do_coproc_insn()
|