Searched refs:cmps (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 24 * stos, cmps, scas, movs, ins, outs, lods -> OP_PTR
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 777 cmps word ptr [eax], word ptr [ebx] label
|
/external/llvm/test/Transforms/InstSimplify/ |
D | AndOrXor.ll | 254 ; PR27869 - Look through casts to eliminate cmps and bitwise logic.
|
/external/elfutils/libcpu/ |
D | ChangeLog | 274 Add parameters for cmps. Fix test and mov immediate.
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 1172 TEST_STRING(cmps, "repz "); in test_string()
|
D | test-amd64.c | 1212 TEST_STRING(cmps, "repz "); in test_string()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1348 "cmps{l|d}\t{$dst, $src|$src, $dst}", [], IIC_CMPS>, OpSize32; 2802 // cmps aliases. Mnemonic suffix being omitted because it's implicit 2804 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSB dstidx8:$dst, srcidx8:$src), 0>; 2805 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSW dstidx16:$dst, srcidx16:$src), 0>; 2806 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSL dstidx32:$dst, srcidx32:$src), 0>; 2807 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSQ dstidx64:$dst, srcidx64:$src), 0>, Requires…
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 420 #define CMPS_L CHOICE(cmpsl, cmpsl, _LTOG cmps) 421 #define CMPS_W CHOICE(cmpsw, cmpsw, _WTOG cmps)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 147 1010011{w}:{RE}cmps{w} {es_di},{ds_si}
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 836 def CMPS32 : I<0xA7, RawFrm, (outs), (ins), "cmps{l|d}", []>;
|
/external/valgrind/perf/ |
D | tinycc.c | 3096 DEF_BWL(cmps) 4428 DEF_BWL(cmps)
|