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

  /system/core/sh/
nodes.h 12 #define NOR 7
nodes.c 22 * 3. Neither the name of the University nor the names of its contributors
126 case NOR:
222 case NOR:
show.c 18 * 3. Neither the name of the University nor the names of its contributors
89 case NOR:
eval.c 18 * 3. Neither the name of the University nor the names of its contributors
245 case NOR:
jobs.c 18 * 3. Neither the name of the University nor the names of its contributors
1136 * If neither SYSV nor BSD is defined, we don't implement nonblocking
1265 case NOR:
parser.c 18 * 3. Neither the name of the University nor the names of its contributors
230 t = NOR;
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
266 case NOR:
constants-mips.h 12 // * Neither the name of Google Inc. nor the names of its
337 NOR = ((4 << 3) + 7),
assembler-mips.cc 1281 void Assembler::nor(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
    [all...]
  /external/v8/src/mips/
constants-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
262 case NOR:
constants-mips.h 12 // * Neither the name of Google Inc. nor the names of its
332 NOR = ((4 << 3) + 7),
assembler-mips.cc 1274 void Assembler::nor(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 259 case Mips::NOR:
260 // nor $r0, $r1, $zero => not $r0, $r1
263 // nor $r0, $r1, $zero => not $r0, $r1
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 527 mMips->NOR(Rd, Op2, 0); // NOT is NOR with 0
555 mMips->NOR(Rd, Rd, 0); // NOT is NOR with 0
    [all...]
MIPSAssembler.h 308 void NOR(int Rd, int Rs, int Rt);
  /external/qemu/tcg/ppc/
tcg-target.c 370 #define NOR XO31(124)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 766 Op = SDValue(CurDAG->getMachineNode(PPC::NOR, dl, MVT::i32, Op, Op), 0);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp 543 NOR
544 nor $t0, $t1, $t2 :: rd 0x00000000 rs 0x31415927, rt 0xffffffff
545 nor $t0, $t1, $t2 :: rd 0x00be00d8 rs 0x31415927, rt 0xee00ee00
546 nor $t0, $t1, $t2 :: rd 0xffffff00 rs 0x00000000, rt 0x000000ff
547 nor $t0, $t1, $t2 :: rd 0x00000000 rs 0xffffffff, rt 0x00000000
548 nor $t0, $t1, $t2 :: rd 0xfffffffe rs 0x00000000, rt 0x00000001
549 nor $t0, $t1, $t2 :: rd 0xffffffff rs 0x00000000, rt 0x00000000
550 nor $t0, $t1, $t2 :: rd 0x00000000 rs 0x80000000, rt 0xffffffff
551 nor $t0, $t1, $t2 :: rd 0x7fffffff rs 0x80000000, rt 0x80000000
552 nor $t0, $t1, $t2 :: rd 0x80000000 rs 0x7fffffff, rt 0x0000000
    [all...]

Completed in 489 milliseconds