Searched refs:LOOPNE (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrControl.td | 131 def LOOPNE : Ii8PCRel<0xE0, RawFrm, (outs), (ins brtarget8:$dst), "loopne\t$dst", []>;
|
D | X86GenAsmWriter.inc | 1187 1677726297U, // LOOPNE 5955 "LODSD\000LODSQ\000LODSW\000LOOP\000LOOPE\000LOOPNE\000LRETI\000LRETIW\000"
|
D | X86GenAsmWriter1.inc | 1187 1342180781U, // LOOPNE 6698 "LODSD\000LODSQ\000LODSW\000LOOP\000LOOPE\000LOOPNE\000LRETI\000LRETIW\000"
|
D | X86GenInstrInfo.inc | 1190 LOOPNE = 1174, 5358 … 1174, 1, 0, 0, 0, "LOOPNE", 0|(1<<MCID::UnmodeledSideEffects), 0x1c0008001ULL, NULL, NULL, Operan…
|
D | X86GenAsmMatcher.inc | 3777 { X86::LOOPNE, "loopne", Convert__AbsMem1_0, { MCK_AbsMem }, 0},
|
D | X86GenDisassemblerTables.inc | 14107 "LOOPNE" 51986 0x496 /* LOOPNE*/ 59005 0x496 /* LOOPNE*/ 66170 0x496 /* LOOPNE*/ 73335 0x496 /* LOOPNE*/ 80500 0x496 /* LOOPNE*/ 87524 0x496 /* LOOPNE*/ 94543 0x496 /* LOOPNE*/ 101562 0x496 /* LOOPNE*/ 108581 0x496 /* LOOPNE*/ [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 183 def LOOPNE : Ii8PCRel<0xE0, RawFrm, (outs), (ins brtarget8:$dst), "loopne\t$dst", [], IIC_LOOPNE>;
|
D | X86SchedHaswell.td | 930 def : InstRW<[WriteLOOPE], (instregex "LOOPE", "LOOPNE")>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 523 #define LOOPNE(a) CHOICE(loopne a, loopne a, loopne a) macro 1248 #define LOOPNE(a) loopne a macro
|