Home
last modified time | relevance | path

Searched defs:opc1 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/arm/
H A Dsyndrome.h168 static inline uint32_t syn_cp14_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp14_rt_trap()
178 static inline uint32_t syn_cp15_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp15_rt_trap()
188 static inline uint32_t syn_cp14_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp14_rrt_trap()
198 static inline uint32_t syn_cp15_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp15_rrt_trap()
H A Dcpregs.h163 #define ENCODE_CP_REG(cp, is64, ns, crn, crm, opc1, opc2) \ argument
850 uint8_t opc1; member
1055 static inline bool arm_cpreg_encoding_in_idspace(uint8_t opc0, uint8_t opc1, in arm_cpreg_encoding_in_idspace()
H A Dhelper.c9131 uint8_t opc1 = extract32(i, 4, 1); in register_cp_regs_for_features() local
9161 uint8_t opc1 = 0b100 | extract32(i, 4, 1); in register_cp_regs_for_features() local
9502 int crm, int opc1, int opc2, in add_cpreg_to_hashtable()
9723 int crm, opc1, opc2; in define_one_arm_cp_reg_with_opaque() local
/openbmc/linux/arch/x86/include/asm/
H A Duprobes.h37 u8 opc1; member
/openbmc/linux/arch/x86/kernel/
H A Duprobes.c718 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local
769 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local
/openbmc/linux/arch/s390/kernel/
H A Duprobes.c228 u8 opc1 : 4; member
/openbmc/qemu/target/ppc/
H A Dtranslate.c1316 #define GEN_HANDLER(name, opc1, opc2, opc3, inval, type) \ argument
1319 #define GEN_HANDLER_E(name, opc1, opc2, opc3, inval, type, type2) \ argument
1322 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument
1325 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument
1328 #define GEN_HANDLER_E_2(name, opc1, opc2, opc3, opc4, inval, type, type2) \ argument
1331 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument
1335 unsigned char opc1, opc2, opc3, opc4; member
2738 #define GEN_PPC64_R2(name, opc1, opc2) \ argument
2748 #define GEN_PPC64_R4(name, opc1, opc2) \ argument
6808 #define GEN_PPC64_R2(name, opc1, opc2) \ argument
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c4518 int opc1, int crn, int crm, int opc2, in do_coproc_insn()