Home
last modified time | relevance | path

Searched refs:get_isa16_mode (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dbranch.h65 if (get_isa16_mode(regs->cp0_epc)) in exception_epc()
75 if (get_isa16_mode(regs->cp0_epc)) { in compute_return_epc()
H A Dmipsregs.h1211 #define get_isa16_mode(x) ((x) & 0x1) macro
1215 #define get_isa16_mode(x) 0 macro
/openbmc/linux/arch/mips/math-emu/
H A Ddsemul.c212 int isa16 = get_isa16_mode(regs->cp0_epc); in mips_dsemul()
H A Dcp1emu.c2857 if (get_isa16_mode(prevepc) && cpu_has_mmips) { in fpu_emulator_cop1Handler()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c1036 if (get_isa16_mode(regs->cp0_epc)) { in do_bp()
1124 if (get_isa16_mode(regs->cp0_epc)) { in do_tr()
1198 if (!get_isa16_mode(regs->cp0_epc)) { in do_ri()
1428 if (!get_isa16_mode(regs->cp0_epc)) { in do_cpu()
H A Dunaligned.c1560 if (get_isa16_mode(regs->cp0_epc)) { in do_ade()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h829 #define get_isa16_mode(x) ((x) & 0x1) macro
833 #define get_isa16_mode(x) 0 macro