Searched refs:SCIMM (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | uasm-micromips.c | 111 { insn_wait, M(mm_pool32a_op, 0, 0, 0, mm_wait_op, mm_pool32axf_op), SCIMM }, 117 { insn_syscall, M(mm_pool32a_op, 0, 0, 0, mm_syscall_op, mm_pool32axf_op), SCIMM}, 196 if (ip->fields & SCIMM) in build_insn()
|
D | uasm-mips.c | 146 { insn_syscall, M(spec_op, 0, 0, 0, 0, syscall_op), SCIMM}, 151 { insn_wait, M(cop0_op, cop_op, 0, 0, 0, wait_op), SCIMM }, 221 if (ip->fields & SCIMM) in build_insn()
|
D | uasm.c | 27 SCIMM = 0x400, enumerator
|