Home
last modified time | relevance | path

Searched refs:mm_a_format (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/mips/math-emu/ !
Ddsemul.c231 if (insn.mm_a_format.opcode == mm_addiupc_op) { in mips_dsemul()
235 rs = (((insn.mm_a_format.rs + 0xe) & 0xf) + 2); in mips_dsemul()
237 v += insn.mm_a_format.simmediate << 2; in mips_dsemul()
/linux-6.1.9/arch/mips/include/uapi/asm/ !
Dinst.h932 struct mm_a_format { /* ADDIUPC format (microMIPS) */ struct
1118 struct mm_a_format mm_a_format; member