Searched refs:ENCODE_CP_REG (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 171 #define ENCODE_CP_REG(cp, is64, ns, crn, crm, opc1, opc2) \ macro
|
H A D | helper.c | 10241 key = ENCODE_CP_REG(cp, is64, ns, r->crn, crm, opc1, opc2); in add_cpreg_to_hashtable()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 2936 uint32_t key = ENCODE_CP_REG(cpnum, is64, s->ns, crn, crm, opc1, opc2); in do_coproc_insn()
|