Searched refs:IS_M (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-arm/
H A Dcpu.h747 #define IS_M(env) arm_feature(env, ARM_FEATURE_M) macro
H A Dtranslate.c6587 if (IS_M(env))
8574 if (IS_M(env)) {
8585 if (IS_M(env))
8654 if (IS_M(env)) {
8665 if (IS_USER(s) || IS_M(env))
9565 if (IS_M(env)) {
9789 if (dc->pc >= 0xfffffff0 && IS_M(env)) {
H A Dhelper.c328 if (IS_M(env)) {
877 if (IS_M(env)) {
/external/qemu/disas/
H A Dmips.c1116 #define IS_M INSN_MULT
1809 {"madd", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1811 {"madd", "d,s,t", 0x70000000, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1815 {"maddu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1817 {"maddu", "d,s,t", 0x70000001, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1988 {"mult", "s,t", 0x00000018, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, I1 },
1990 {"mult", "d,s,t", 0x00000018, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1992 {"multu", "s,t", 0x00000019, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, I1 },
1994 {"multu", "d,s,t", 0x00000019, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1115 #define IS_M macro
/external/qemu/
H A Dcpu-exec.c474 && ((IS_M(env) && env->regs[15] < 0xfffffff0)

Completed in 178 milliseconds