HomeSort by relevance Sort by last modified time
    Searched defs:movn (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
valid.s 196 movn $9, $6, $7 # CHECK: movn $9, $6, $7 # encoding: [0x00,0xe6,0x48,0x18] label
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 850 void AssemblerMIPS32::movn(const Operand *OpRd, const Operand *OpRs, function in class:Ice::MIPS32::AssemblerMIPS32
853 emitRdRsRt(Opcode, OpRd, OpRs, OpRt, "movn");
859 emitCOP1FmtRtFsFd(Opcode, DoublePrecision, OpFd, OpFs, OpFt, "movn.d");
865 emitCOP1FmtRtFsFd(Opcode, SinglePrecision, OpFd, OpFs, OpFt, "movn.s");
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2495 void Assembler::movn(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]

Completed in 107 milliseconds