Home
last modified time | relevance | path

Searched refs:DDIVU (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dbds_emul.S303 PTR_WORD bcemul_sigill # 037 DDIVU (*)
308 PTR_WORD bcemul_special_genmultdiv # 037 DDIVU (*)
401 jr ra; ddivu $0, v0, v1 # 037 DDIVU
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips64r6InstrInfo.td142 def DDIVU : DDIVU_ENC, DDIVU_DESC, ISA_MIPS64R6;
H A DMipsScheduleGeneric.td269 def : InstRW<[GenericWriteDIVU], (instrs DDIVU, DMODU)>;
H A DMipsISelLowering.cpp1416 case Mips::DDIVU: in EmitInstrWithCustomInserter()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeMIPS_common.c121 #define DDIVU (HI(0) | LO(31)) macro
1049 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dm16.igen1021 11101,3.RX,3.RY,11111:RR:16::DDIVU
H A Dmips3264r6.igen968 000000,5.RS,5.RT,5.RD,00010,011111:POOL32X:64::DDIVU
H A DChangeLog-20211805 (DADD, DADDI, DADDIU, DADDU, DDIV, DDIVU, DMULT, DMULTU, DSLL,
2120 DSLL,DSRL,DSRA,DSLLV,DSRAV,DMULT,DMULTU,DDIV,DDIVU,JALX32,JALX):
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2083 case Mips::DDIVU: in processInstruction()