Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h1222 #define get_isa16_mode(x) ((x) & 0x1) macro
1226 #define get_isa16_mode(x) 0 macro
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Ddsemul.c215 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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c1033 if (get_isa16_mode(regs->cp0_epc)) { in do_bp()
1126 if (get_isa16_mode(regs->cp0_epc)) { in do_tr()
1201 if (!get_isa16_mode(regs->cp0_epc)) { in do_ri()
1431 if (!get_isa16_mode(regs->cp0_epc)) { in do_cpu()
H A Dunaligned.c1543 if (get_isa16_mode(regs->cp0_epc)) { in do_ade()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h830 #define get_isa16_mode(x) ((x) & 0x1) macro
834 #define get_isa16_mode(x) 0 macro