/external/llvm/test/CodeGen/SystemZ/ |
fp-copysign-01.ll | 83 ; CHECK: ld [[AHIGH:%f[0-7]]], 0(%r3) 85 ; CHECK: cpsdr [[AHIGH]], [[AHIGH]], %f0 86 ; CHECK: std [[AHIGH]], 0(%r2) 99 ; CHECK: ld [[AHIGH:%f[0-7]]], 0(%r3) 101 ; CHECK: cpsdr [[AHIGH]], [[AHIGH]], %f0 102 ; CHECK: std [[AHIGH]], 0(%r2) 116 ; CHECK: ld [[AHIGH:%f[0-7]]], 0(%r3) 119 ; CHECK: cpsdr [[AHIGH]], [[AHIGH]], [[BHIGH] [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/store/ |
str_lib.c | 1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local 1753 unsigned int alow, ahigh, blow, bhigh; local [all...] |
/external/openssl/crypto/store/ |
str_lib.c | 1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local 1753 unsigned int alow, ahigh, blow, bhigh; local [all...] |
/external/qemu/fpu/ |
softfloat-macros.h | 467 uint32_t aHigh, aLow, bHigh, bLow; 471 aHigh = a>>32; 476 zMiddleB = ( (uint64_t) aHigh ) * bLow; 477 z0 = ( (uint64_t) aHigh ) * bHigh;
|