/external/llvm/test/CodeGen/SystemZ/ |
fp-copysign-01.ll | 34 ; CHECK: ld [[BHIGH:%f[0-7]]], 0(%r2) 36 ; CHECK: cpsdr %f0, %f0, [[BHIGH]] 68 ; CHECK: ld [[BHIGH:%f[0-7]]], 0(%r2) 70 ; CHECK: cpsdr %f0, %f0, [[BHIGH]] 118 ; CHECK: ld [[BHIGH:%f[0-7]]], 0(%r4) 119 ; CHECK: cpsdr [[AHIGH]], [[AHIGH]], [[BHIGH]]
|
int-sub-05.ll | 17 %bhigh = shl i128 %highx, 64 18 %b = or i128 %bhigh, %lowx
|
/external/chromium_org/third_party/openssl/openssl/crypto/store/ |
str_lib.c | 1678 unsigned int blow = (unsigned int)-1, bhigh = 0; local 1753 unsigned int alow, ahigh, blow, bhigh; local [all...] |
/external/openssl/crypto/store/ |
str_lib.c | 1678 unsigned int blow = (unsigned int)-1, bhigh = 0; local 1753 unsigned int alow, ahigh, blow, bhigh; local [all...] |
/external/qemu/fpu/ |
softfloat-macros.h | 467 uint32_t aHigh, aLow, bHigh, bLow; 473 bHigh = b>>32; 475 zMiddleA = ( (uint64_t) aLow ) * bHigh; 477 z0 = ( (uint64_t) aHigh ) * bHigh;
|