HomeSort by: relevance | last modified time | path
    Searched refs:halves (Results 1 - 17 of 17) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
mod_34lsub1.asm 139 movq %mm7, %mm3 C low halves
148 psrlq $32, %mm0 C high halves
152 paddq %mm0, %mm4 C fold high halves to give 33 bits each
popcount.asm 235 C Add the two 64-bit halves of the grand total counter
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
fpu64-ps.s 212 movf.ps $f8, $f22, $fcc0 # moves both halves
289 movt.ps $f8, $f22, $fcc0 # moves both halves
337 # two bits and compares the halves separately. Perhaps it should
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
fpu64-ps.s 212 movf.ps $f8, $f22, $fcc0 # moves both halves
289 movt.ps $f8, $f22, $fcc0 # moves both halves
337 # two bits and compares the halves separately. Perhaps it should
  /src/external/gpl3/gcc/dist/gcc/
read-md.cc 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); local
176 if (halves != 0)
179 fprint_c_condition (outf, halves[1]);
181 fprint_c_condition (outf, halves[2]);
  /src/external/gpl3/gcc.old/dist/gcc/
read-md.cc 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); local
176 if (halves != 0)
179 fprint_c_condition (outf, halves[1]);
181 fprint_c_condition (outf, halves[2]);
  /src/external/lgpl3/gmp/dist/tune/
alpha.asm 40 C these halves.
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 364 btst FPRS_DL|FPRS_DU, %g5 ! Both FPU halves clean?
locore.s 7377 btst FPRS_DL|FPRS_DU, %o5 ! Both FPU halves clean?
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
mul_1.asm 53 C for the high and low halves of the multiplier, and would probably
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
115 ! implements the possibility to keep the halves in the original registers.
179 ! The final permutation logic switches the halves, meaning that
1436 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
115 ! implements the possibility to keep the halves in the original registers.
179 ! The final permutation logic switches the halves, meaning that
1436 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
115 ! implements the possibility to keep the halves in the original registers.
179 ! The final permutation logic switches the halves, meaning that
1436 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
115 ! implements the possibility to keep the halves in the original registers.
179 ! The final permutation logic switches the halves, meaning that
1436 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
des_enc-sparc.S 111 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
117 ! implements the possibility to keep the halves in the original registers.
181 ! The final permutation logic switches the halves, meaning that
1438 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 111 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
117 ! implements the possibility to keep the halves in the original registers.
181 ! The final permutation logic switches the halves, meaning that
1438 ! Set sbox address 1 to 6 and rotate halves 3 left
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 23989 /* Try decomposing the initializer into even and odd halves and
24007 rtx halves[2];
24015 halves[i] = gen_rtx_SUBREG (mode, tmp_reg, 0);
24022 /* The two halves should (by induction) be individually endian-correct.
24024 HALVES[0] comes immediately before the nth element HALVES[1].
24025 This means that, on big-endian targets, the nth element of HALVES[0]
24026 is more significant than the nth element HALVES[1]. */
24028 std::swap (halves[0], halves[1])
    [all...]

Completed in 65 milliseconds