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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
to-16bit-v3.s 8 nor $r0, $r0, $r0 label
9 nor $r7, $r7, $r7 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
allinsn.s 70 .global nor
71 nor: label
72 nor R0,R0,R0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s 46 .global nor
47 nor: label
48 nor %0,%0,%0
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 950 void AssemblerMIPS32::nor(const Operand *OpRd, const Operand *OpRs, function in class:Ice::MIPS32::AssemblerMIPS32
953 emitRdRsRt(Opcode, OpRd, OpRs, OpRt, "nor");
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
allinsn.s 470 .global nor
471 nor: label
472 nor $9,$5
473 nor $8,$2
474 nor $15,$9
475 nor $5,$sp
476 nor $sp,$14
  /external/v8/src/mips/
assembler-mips.cc 1707 void Assembler::nor(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 1791 void Assembler::nor(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 992 void Assembler::nor(Register dst, Register src1, Register src2, RCBit r) { function in class:v8::internal::Assembler
    [all...]

Completed in 468 milliseconds