HomeSort by relevance Sort by last modified time
    Searched full:andl (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /external/llvm/test/MC/X86/
x86-32-coverage.s 120 // CHECK: andl $2063514302, 3735928559(%ebx,%ecx,8)
121 andl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8)
123 // CHECK: andl $324478056, 3735928559(%ebx,%ecx,8)
124 andl $0x13572468,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 787 __ andl(dividend, Immediate(divisor - 1));
796 __ andl(dividend, Immediate(divisor - 1));
979 __ andl(ToRegister(left), Immediate(right_operand));
994 __ andl(ToRegister(left), ToOperand(right));
1010 __ andl(ToRegister(left), ToRegister(right));
    [all...]
assembler-x64.h 880 void andl(Register dst, Immediate src) { function in class:v8::internal::Assembler
884 void andl(Register dst, Register src) { function in class:v8::internal::Assembler
888 void andl(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
code-stubs-x64.cc 602 case Token::BIT_AND: __ andl(rax, rcx); break;
958 __ andl(rcx, Immediate(TranscendentalCache::SubCache::kCacheSize - 1));
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_basic.def 94 andl imm8[0x31] r32.ud[0x12345678] => 1.ud[0x00000030]
95 andl imm32[0x86427531] eax.ud[0x12345678] => 1.ud[0x02005430]
96 andl imm32[0x86427531] ebx.ud[0x12345678] => 1.ud[0x02005430]
97 andl imm32[0x86427531] m32.ud[0x12345678] => 1.ud[0x02005430]
98 andl r32.ud[0x86427531] r32.ud[0x12345678] => 1.ud[0x02005430]
99 andl r32.ud[0x86427531] m32.ud[0x12345678] => 1.ud[0x02005430]
100 andl m32.ud[0x86427531] r32.ud[0x12345678] => 1.ud[0x02005430]
    [all...]
gen_insn_test.pl 692 print qq| \"andl \$$eflagsmask, (%%esp)\\n\"\n| if defined($eflagsmask);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 350 #define AND_L(a, b) CHOICE(andl ARG2(a,b), andl ARG2(a,b), _LTOG and ARG2(b,a))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c     [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 200 andl $$15, rINST # rINST<- A
  /external/kernel-headers/original/asm-x86/
processor_32.h 569 "andl %1, %0;"
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 660 {"andl", " and", 3, emittwooperandsl},
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 660 {"andl", " and", 3, emittwooperandsl},
  /external/valgrind/main/none/tests/amd64/
insn_basic.def 95 andl imm8[0x31] r32.ud[0x12345678] => 1.ud[0x00000030]
96 andl imm32[0x86427531] eax.ud[0x12345678] => 1.ud[0x02005430]
97 andl imm32[0x86427531] ebx.ud[0x12345678] => 1.ud[0x02005430]
98 andl imm32[0x86427531] m32.ud[0x12345678] => 1.ud[0x02005430]
99 andl r32.ud[0x86427531] r32.ud[0x12345678] => 1.ud[0x02005430]
100 andl r32.ud[0x86427531] m32.ud[0x12345678] => 1.ud[0x02005430]
101 andl m32.ud[0x86427531] r32.ud[0x12345678] => 1.ud[0x02005430]
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 187 __asm__ __volatile__(ATOMIC_SMP_LOCK "andl %0,%1" \
  /external/flac/libFLAC/
bitreader.c     [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 603 andl %tmp, 7
649 andl $3, %rrm2 -- shouldn't be needed; paranoia
852 andl %vr109,%vr105
    [all...]
  /external/llvm/lib/Target/X86/
README-SSE.txt 578 andl $-16, %esp
  /external/llvm/test/CodeGen/X86/
avx-intrinsics-x86.ll 118 ; CHECK: andl $1, %eax
    [all...]
  /prebuilt/sdk/tools/linux/
llvm-rs-cc 
  /external/qemu/target-arm/
translate.c 716 1, /* andl */
    [all...]

Completed in 534 milliseconds

1 2 3 4 5 67