Searched refs:NOOP (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 209 BuildMI(*MBB, MBBI, DL, TII->get(X86::NOOP)); in addPadding() 210 BuildMI(*MBB, MBBI, DL, TII->get(X86::NOOP)); in addPadding()
|
D | X86InstrInfo.td | 762 def NOOP : I<0x90, RawFrm, (outs), (ins), "nop", [], IIC_NOP>;
|
D | X86InstrInfo.cpp | 4651 NopInst.setOpcode(X86::NOOP); in getNoopForMachoTarget()
|
/external/chromium/net/spdy/ |
D | spdy_protocol_test.cc | 16 using spdy::NOOP; 61 EXPECT_EQ(5, NOOP); in TEST() 298 for (int i = SYN_STREAM; i <= spdy::NOOP; ++i) { in TEST()
|
D | spdy_framer.cc | 202 case NOOP: in ControlTypeToString() 661 frame.WriteUInt16(NOOP); in CreateNopFrame() 986 case NOOP: in ProcessControlFrameHeader() 1357 case NOOP: in GetMinimumControlFrameSize() 1405 case NOOP: in GetControlFrameStreamId()
|
D | spdy_protocol.h | 157 NOOP, enumerator
|
/external/icu4c/data/mappings/ |
D | noop-cns-11643.ucm | 16 <code_set_name> "NOOP-CNS-11643"
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 72 NOOP = continue # non-empty command that does nothing 137 @ $(NOOP) 150 @ $(NOOP) 211 @ $(NOOP)
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 142 def NOOP : Inst<(ops), "nop", 0x90, RawFrm, []>;
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 61 0x08 NOOP A store is blocked due to a conflict with an external or internal snoop.
|
/external/bison/ |
D | ChangeLog-1998 | 207 * src/lex.h: Added THONG and NOOP for alias processing. 229 (read_declarations): Handle NOOP to deal with allowing %
|
D | ChangeLog-2012 | 23872 (read_declarations): Handle NOOP to deal with allowing 23904 Added THONG and NOOP for alias processing.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2351 // if it does, it got to be mapped to NOOP.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 101750 Also added MathMLElementFactory.* which is a NOOP now, but will
|