Searched refs:movzx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
326 movzx r8d, word ptr [rdi + r8*2]
345 movzx r8d, word ptr [rdi + r8*2]
387 movzx r8d, word ptr [rdi + r8*2]
528 movzx ebx, word ptr [r9 + rax - 1]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl68 sub ::movz { &movzx(@_); }
H A Dx86gas.pl57 sub ::movzx { &::movzb(@_); }
H A Dx86_64-xlate.pl160 $self->{op} =~ s/^movz/movzx/;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h50 int movzx; /* The cost of movzx operation. */ member in struct:processor_costs
H A Di386.c90 COSTS_N_BYTES (3), /* cost of movzx */
144 COSTS_N_INSNS (2), /* cost of movzx */
197 COSTS_N_INSNS (2), /* cost of movzx */
250 COSTS_N_INSNS (2), /* cost of movzx */
303 COSTS_N_INSNS (1), /* cost of movzx */
356 COSTS_N_INSNS (1), /* cost of movzx */
410 COSTS_N_INSNS (2), /* cost of movzx */
463 COSTS_N_INSNS (1), /* cost of movzx */
516 COSTS_N_INSNS (1), /* cost of movzx */
568 COSTS_N_INSNS (1), /* cost of movzx */
[all...]

Completed in 213 milliseconds