/external/qemu/ |
host-utils.c | 34 static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function 47 add128(plow, phigh, 1, 0); 66 add128(plow, phigh, v << 32, v >> 32); 69 add128(plow, phigh, v << 32, v >> 32);
|
/external/llvm/test/CodeGen/ARM/ |
2011-12-14-machine-sink.ll | 36 %add128 = add i32 %add117, 0 37 %add139 = add i32 %add128, 0
|
/external/qemu/fpu/ |
softfloat-macros.h | 354 add128( function 509 add128( z0, more1, 0, z1, &z0, &z1 ); 540 add128( z1, more2, 0, z2, &z1, &z2 ); 542 add128( z0, more1, 0, z1, &z0, &z1 ); 544 add128( more1, more2, 0, z2, &more1, &z2 ); 545 add128( z0, z1, 0, more1, &z0, &z1 ); 576 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
|
softfloat.c | [all...] |
/external/qemu/target-i386/ |
op_helper.c | 4539 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function [all...] |