/external/valgrind/none/tests/amd64/ |
movbe.vgtest | 1 prereq: test -e movbe 2 prog: movbe
|
movbe.c | 64 GEN_test_Monly( MOVBE_RtoM_64, "movbe %%r9, 1(%%rax)") 65 GEN_test_Monly( MOVBE_RtoM_32, "movbe %%r9d,1(%%rax)") 66 GEN_test_Monly( MOVBE_RtoM_16, "movbe %%r9w,1(%%rax)") 68 GEN_test_Monly( MOVBE_MtoR_64, "movbe 1(%%rax), %%r9") 69 GEN_test_Monly( MOVBE_MtoR_32, "movbe 1(%%rax), %%r9d") 70 GEN_test_Monly( MOVBE_MtoR_16, "movbe 1(%%rax), %%r9w")
|
Makefile.am | 58 movbe.stderr.exp movbe.stdout.exp movbe.vgtest \ 137 check_PROGRAMS += movbe
|
/external/valgrind/none/tests/x86/ |
movbe.vgtest | 1 prereq: test -e movbe 2 prog: movbe
|
Makefile.am | 56 movbe.stderr.exp movbe.stdout.exp movbe.vgtest \ 112 check_PROGRAMS += movbe
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 89 CHECK(MOVBE)
|
/external/boringssl/src/crypto/modes/asm/ |
aesni-gcm-x86_64.pl | 22 # [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max 143 movbe 0x58($in0),%r13 145 movbe 0x50($in0),%r12 178 movbe 0x48($in0),%r13 182 movbe 0x40($in0),%r12 200 movbe 0x38($in0),%r13 205 movbe 0x30($in0),%r12 222 movbe 0x28($in0),%r13 226 movbe 0x20($in0),%r12 245 movbe 0x18($in0),%r1 [all...] |
ghash-x86_64.pl | 660 and \$`1<<26|1<<22`,%eax # isolate MOVBE+XSAVE 661 cmp \$`1<<22`,%eax # check for MOVBE without XSAVE [all...] |
/frameworks/base/docs/html/ndk/guides/ |
abis.jd | 84 <td>No support for MOVBE or SSE4.</td> 265 <li>MOVBE</li> 322 <li>MOVBE</li>
|
cpu-features.jd | 184 <dd>Indicates that the device's CPU supports the {@code MOVBE} instruction. This instruction is
|
/ndk/docs/Programmers_Guide/html/ |
md_3__key__topics__c_p_u__support__chapter_1-section_8__a_b_is.html | 109 SSSE3</td><td>No support for MOVBE or SSE4.</td></tr> 275 <li>The MOVBE instruction.</li> 325 <li>the MOVBE instruction</li>
|
md_3__key__topics__c_p_u__support__c_p_u-_f_e_a_t_u_r_e_s.html | 129 Indicates that the device's CPU supports the MOVBE instruction. This one is specific to some Intel IA-32 CPUs, like the Atom.</li>
|
/external/llvm/lib/Target/X86/ |
X86.td | 143 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true", 144 "Support MOVBE instruction">;
|
X86Subtarget.h | 104 /// True if the processor has the MOVBE instruction.
|
X86InstrInfo.td | [all...] |
X86SchedHaswell.td | 516 // MOVBE. 518 def : InstRW<[Write2P0156_Lat2Ld], (instregex "MOVBE(16|64)rm")>; [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86_64.pl | 4037 sub movbe { subroutine [all...] |
/external/valgrind/docs/internals/ |
3_8_BUGSTATUS.txt | 29 (B38=2507) 2480 (304867: Implement MOVBE in 32 bit mode)
|
/external/llvm/lib/Support/ |
Host.cpp | 737 Features["movbe"] = (ECX >> 22) & 1;
|
/external/valgrind/ |
configure.ac | [all...] |
NEWS | [all...] |
/external/boringssl/src/crypto/modes/ |
gcm.c | 446 if (((OPENSSL_ia32cap_P[1] >> 22) & 0x41) == 0x41) { /* AVX+MOVBE */
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 866 /* TODO: support movbe */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-as.1 | [all...] |
/frameworks/base/docs/html/ndk/downloads/ |
revision_history.jd | [all...] |