| /src/external/gpl3/binutils/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 46 { "bkpt", O0, 0, 0x0000 }, 47 { "sync", O0, 0, 0x0001 }, 48 { "rte", O0, 1, 0x0002 }, 49 { "rfe", O0, 1, 0x0002 }, 50 { "rfi", O0, 1, 0x0003 }, 51 { "stop", O0, 0, 0x0004 }, 52 { "wait", O0, 0, 0x0005 }, 53 { "doze", O0, 0, 0x0006 }, 54 { "idly4", O0, 0, 0x0007 } [all...] |
| /src/libexec/getty/ |
| gettytab.h | 132 #define O0 gettynums[22].value
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| PassBuilder.h | 182 static const OptimizationLevel O0; 322 /// Note that \p Level cannot be `O0` here. The pipelines produced are 341 /// Note that \p Level cannot be `O0` here. The pipelines produced are 364 /// Note that \p Level cannot be `O0` here. The pipelines produced are 378 /// Note that \p Level cannot be `O0` here. The pipelines produced are 393 /// Note that \p Level cannot be `O0` here. The pipelines produced are 406 /// Note that \p Level cannot be `O0` here. The pipelines produced are 422 /// Note that \p Level cannot be `O0` here. The pipelines produced are 435 /// Note that \p Level cannot be `O0` here. The pipelines produced are 442 /// Build an O0 pipeline with the minimal semantically required passes [all...] |
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| sparc-stub.c | 111 O0, O1, O2, O3, O4, O5, SP, O7, 236 add %sp, 24 * 4, %o0 ! Pass address of registers
|
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| sparc-stub.c | 111 O0, O1, O2, O3, O4, O5, SP, O7, 236 add %sp, 24 * 4, %o0 ! Pass address of registers
|
| /src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| PassBuilder.cpp | 320 const PassBuilder::OptimizationLevel PassBuilder::OptimizationLevel::O0 = { 667 assert(Level != OptimizationLevel::O0 && "Must request optimizations!"); 874 assert(Level != OptimizationLevel::O0 && "Not expecting O0 here!"); 928 // Do counter promotion at Level greater than O0. 953 // Do not do counter promotion at O0. 1005 MainCGPipeline.addPass(CoroSplitPass(Level != OptimizationLevel::O0)); 1484 assert(Level != OptimizationLevel::O0 && 1524 assert(Level != OptimizationLevel::O0 && 1605 // The WPD and LowerTypeTest passes need to run at -O0 to lower typ [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| macdefs.h | 128 #define O0 7 207 #define RETREG(x) ((x)==DOUBLE ? D0 : (x)==FLOAT ? F1 : O0)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.cpp | 2581 SDValue O0 = Val->getOperand(0); 2585 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) 10716 // from X15 here doesn't work at -O0, since it thinks that X15 is undefined 12628 SDValue O0 = N0->getOperand(i); 12633 if (O0.getOpcode() == ISD::SUB && O1.getOpcode() == ISD::ADD) { 12634 Sub = O0; 12638 } else if (O0.getOpcode() == ISD::ADD && O1.getOpcode() == ISD::SUB) { 12639 Add = O0; 16874 // At -O0, fast-regalloc cannot cope with the live vregs necessary to 16878 // succeed. So at -O0 lower this operation to a CAS loop [all...] |