Searched refs:SCIMM (Results 1 – 3 of 3) sorted by relevance
/arch/mips/mm/ |
D | uasm-micromips.c | 118 [insn_wait] = {M(mm_pool32a_op, 0, 0, 0, mm_wait_op, mm_pool32axf_op), SCIMM}, 124 [insn_syscall] = {M(mm_pool32a_op, 0, 0, 0, mm_syscall_op, mm_pool32axf_op), SCIMM}, 201 if (ip->fields & SCIMM) in build_insn()
|
D | uasm-mips.c | 67 [insn_break] = {M(spec_op, 0, 0, 0, 0, break_op), SCIMM}, 180 [insn_syscall] = {M(spec_op, 0, 0, 0, 0, syscall_op), SCIMM}, 185 [insn_wait] = {M(cop0_op, cop_op, 0, 0, 0, wait_op), SCIMM}, 251 if (ip->fields & SCIMM) in build_insn()
|
D | uasm.c | 27 SCIMM = 0x400, enumerator
|