HomeSort by relevance Sort by last modified time
    Searched full:movbe (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
movbe.asm 2 movbe cx, [5] label
3 movbe cx, word [5] label
4 movbe ecx, [5] label
5 movbe ecx, dword [5] label
6 movbe rcx, [5] label
7 movbe rcx, qword [5] label
8 movbe r9, [5] label
9 movbe r9, qword [5] label
10 movbe [5], bx label
11 movbe word [5], b label
12 movbe [5], ebx label
13 movbe dword [5], ebx label
14 movbe [5], r10d label
15 movbe dword [5], r10d label
16 movbe [5], rbx label
17 movbe qword [5], rbx label
18 movbe [5], r10 label
19 movbe qword [5], r10 label
    [all...]
Makefile.inc 127 EXTRA_DIST += modules/arch/x86/tests/movbe.asm
128 EXTRA_DIST += modules/arch/x86/tests/movbe.hex
  /external/valgrind/main/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 \
135 check_PROGRAMS += movbe
Makefile.in 88 @BUILD_MOVBE_TESTS_TRUE@am__append_18 = movbe
131 @BUILD_MOVBE_TESTS_TRUE@am__EXEEXT_14 = movbe$(EXEEXT)
238 movbe_SOURCES = movbe.c
239 movbe_OBJECTS = movbe.$(OBJEXT)
309 movbe.c nan80and64.c nibz_bennee_mmap.c pcmpstr64.c \
321 movbe.c nan80and64.c nibz_bennee_mmap.c pcmpstr64.c \
660 movbe.stderr.exp movbe.stdout.exp movbe.vgtest \
    [all...]
  /external/valgrind/main/none/tests/x86/
movbe.vgtest 1 prereq: test -e movbe
2 prog: movbe
Makefile.am 56 movbe.stderr.exp movbe.stdout.exp movbe.vgtest \
111 check_PROGRAMS += movbe
Makefile.in 81 @BUILD_MOVBE_TESTS_TRUE@am__append_11 = movbe
108 @BUILD_MOVBE_TESTS_TRUE@am__EXEEXT_7 = movbe$(EXEEXT)
217 movbe_SOURCES = movbe.c
218 movbe_OBJECTS = movbe.$(OBJEXT)
269 movbe.c movx.c pushpopseg.c sbbmisc.c shift_ndep.c smc1.c \
280 movbe.c movx.c pushpopseg.c sbbmisc.c shift_ndep.c smc1.c \
617 movbe.stderr.exp movbe.stdout.exp movbe.vgtest \
    [all...]
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 89 CHECK(MOVBE)
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 22 # [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max
140 movbe 0x58($in0),%r13
142 movbe 0x50($in0),%r12
175 movbe 0x48($in0),%r13
179 movbe 0x40($in0),%r12
197 movbe 0x38($in0),%r13
202 movbe 0x30($in0),%r12
219 movbe 0x28($in0),%r13
223 movbe 0x20($in0),%r12
242 movbe 0x18($in0),%r1
    [all...]
ghash-x86_64.pl 657 and \$`1<<26|1<<22`,%eax # isolate MOVBE+XSAVE
658 cmp \$`1<<22`,%eax # check for MOVBE without XSAVE
    [all...]
  /ndk/docs/text/
CPU-FEATURES.text 146 > Indicates that the device's CPU supports the MOVBE instruction.
CPU-ARCH-ABIS.text 160 - the MOVBE instruction
246 - the MOVBE instruction
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aesni-x86_64.pl 3542 sub movbe { subroutine
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 72 #define CPU_MOVBE 38 /* MOVBE instruction */
x86cpu.gperf 373 movbe, x86_cpu_set, CPU_MOVBE
  /external/llvm/lib/Target/X86/
X86.td 128 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
129 "Support MOVBE instruction">;
X86Subtarget.h 109 /// HasMOVBE - True if the processor has the MOVBE instruction.
X86InstrInfo.td     [all...]
  /external/valgrind/main/docs/internals/
3_8_BUGSTATUS.txt 29 (B38=2507) 2480 (304867: Implement MOVBE in 32 bit mode)
  /external/qemu-pc-bios/bochs/
config.h.in 840 #error "MOVBE only supported with SSE3E !"
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 411 if (((OPENSSL_ia32cap_P[1] >> 22) & 0x41) == 0x41) { /* AVX+MOVBE */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 866 /* TODO: support movbe */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 866 /* TODO: support movbe */
    [all...]

Completed in 708 milliseconds

1 2