HomeSort by relevance Sort by last modified time
    Searched refs:MULTU (Results 1 - 18 of 18) sorted by null

  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 12 MUL, MULT, MULTU, MOVN,
251 case MULTU:
255 TEST4("multu $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go     [all...]
opGen.go     [all...]
  /external/v8/src/mips/
constants-mips.h 433 MULTU = ((3U << 3) + 1),
932 FunctionFieldToBitNumber(MULT) | FunctionFieldToBitNumber(MULTU) |
    [all...]
assembler-mips.cc 1645 void Assembler::multu(Register rs, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 422 MULTU = ((3U << 3) + 1),
974 FunctionFieldToBitNumber(MULTU) | FunctionFieldToBitNumber(DMULTU) |
    [all...]
assembler-mips64.cc 1657 void Assembler::multu(Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]
simulator-mips64.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 85 Multu,
146 MULTU,
MipsISelLowering.cpp 131 case MipsISD::Multu: return "MipsISD::Multu";
186 case MipsISD::MULTU: return "MipsISD::MULTU";
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 280 void MULTU(int Rs, int Rt); // dest is hi,lo
MIPSAssembler.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPSOps.go 152 {name: "MULTU", argLength: 2, reg: gp2hilo, asm: "MULU", commutative: true, typ: "(UInt32,UInt32)"}, // arg0 * arg1, unsigned, results hi,lo
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPSOps.go 152 {name: "MULTU", argLength: 2, reg: gp2hilo, asm: "MULU", commutative: true, typ: "(UInt32,UInt32)"}, // arg0 * arg1, unsigned, results hi,lo
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 154 #define MULTU (HI(0) | LO(25))
    [all...]

Completed in 635 milliseconds