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

1 2

  /external/llvm/test/CodeGen/X86/
sext-trunc.ll 3 ; RUN: not grep movz %t
2008-09-29-VolatileBug.ll 1 ; RUN: llc < %s -march=x86 | not grep movz
vec_set-H.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep movz
masked-iv-safe.ll 3 ; RUN: not grep movz %t
  /external/llvm/lib/Target/X86/
X86InstrExtension.td 59 "movz{bw|x}\t{$src, $dst|$dst, $src}", []>, TB, OpSize;
61 "movz{bw|x}\t{$src, $dst|$dst, $src}", []>, TB, OpSize;
63 "movz{bl|x}\t{$src, $dst|$dst, $src}",
66 "movz{bl|x}\t{$src, $dst|$dst, $src}",
69 "movz{wl|x}\t{$src, $dst|$dst, $src}",
72 "movz{wl|x}\t{$src, $dst|$dst, $src}",
80 "movz{bl|x}\t{$src, $dst|$dst, $src}",
85 "movz{bl|x}\t{$src, $dst|$dst, $src}",
113 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>, TB;
115 "movz{bq|x}\t{$src, $dst|$dst, $src}", []>, TB
    [all...]
X86InstrCompiler.td     [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl 252 &movz ($s[2],&HB($s[0]));
257 &movz ($s[1],&HB($v1));
265 &movz ($v0,&HB($v1));
268 &movz ($v0,&HB($v1));
277 &movz ($v1,&HB($v0));
280 &movz ($v1,&HB($v0));
289 &movz ($v0,&HB($v1));
292 &movz ($v0,&HB($v1));
304 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
307 &movz ($v0,&HB($s1)); # 7, 6, 5*,
    [all...]
aes-x86_64.pl 1256 movz %dl,%esi # rk[i]>>0
1258 movz %dh,%esi # rk[i]>>8
1264 movz %dl,%esi # rk[i]>>16
1268 movz %dh,%esi # rk[i]>>24
1454 movz %dl,%esi # rk[11]>>0
1456 movz %dh,%esi # rk[11]>>8
1462 movz %dl,%esi # rk[11]>>16
1466 movz %dh,%esi # rk[11]>>24
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 135 &movz ($tx,&BP(0,$dat,$xx));
139 &movz ($ty,&BP(0,$dat,$yy));
143 &movz ($ty,&BP(0,$dat,$ty));
147 &movz ($tx,&BP(0,$dat,$xx));
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 71 // HasCondMov - Conditional mov (MOVZ, MOVN) instructions.
MipsInstrFPU.td 280 def MOVZ_S : CondMovIntFP<FGR32, 16, 18, "movz.s">;
284 def MOVZ_D : CondMovIntFP<AFGR64, 17, 18, "movz.d">;
  /external/openssl/crypto/perlasm/
x86asm.pl 68 sub ::movz { &movzx(@_); }
x86_64-xlate.pl 120 if ($self->{op} =~ /^(movz)b.*/) { # movz is pain...
143 if ($self->{op} eq "movz") { # movz is pain...
160 $self->{op} =~ s/^movz/movzx/;
  /external/v8/src/mips/
constants-mips.cc 270 case MOVZ:
disasm-mips.cc 712 case MOVZ:
713 Format(instr, "movz 'rd, 'rs, 'rt");
constants-mips.h 259 MOVZ = ((1 << 3) + 2),
assembler-mips.cc 1536 void Assembler::movz(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]
assembler-mips.h 659 void movz(Register rd, Register rs, Register rt);
    [all...]
  /external/openssl/crypto/
x86cpuid.pl 59 &movz ("esi",&LB("ecx")); # number of cores - 1
  /external/v8/test/cctest/
test-assembler-mips.cc 233 __ movz(a0, t6, t7); // a0 not updated (t7 is NOT 0).
236 __ movz(a0, t6, v1); // a0<-t6, v0 is 0, from 8 instr back.
    [all...]
  /external/qemu/
i386-dis.c     [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 425 if (Name.find("MOVZ") != Name.npos && Name.find("MOVZX") == Name.npos)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objdump 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objdump 

Completed in 1571 milliseconds

1 2