/external/openssl/crypto/bn/asm/ |
sparcv8plus.S | 180 lduw [%o1],%g2 194 lduw [%o0],%g1 195 lduw [%o1+4],%g3 203 lduw [%o0+4],%g1 204 lduw [%o1+8],%g2 212 lduw [%o0+8],%g1 213 lduw [%o1+12],%g3 221 lduw [%o0+12],%g1 230 lduw [%o1],%g2 233 lduw [%o1],%g [all...] |
/external/qemu/ |
softmmu_exec.h | 145 #define lduw(p) lduw_data(p) macro
|
cpu-all.h | 688 #define lduw(p) lduw_raw(p) macro
|
/external/qemu/target-i386/ |
exec.h | 208 upper = lduw(ptr + 8); 244 temp.l.upper = lduw(ptr + 8);
|
op_helper.c | [all...] |
/external/qemu/target-arm/ |
op_helper.c | 474 #define LDW(addr) lduw(addr)
|