Lines Matching full:double_data
2507 static void selfVerificationStoreDoubleword(int addr, s8 double_data)
2514 int data = double_data;
2515 int data2 = double_data >> 32;
2620 long long double_data;
2769 double_data = selfVerificationMemRegLoadDouble(sp, rt);
2770 selfVerificationStoreDoubleword(addr+offset, double_data);
2790 double_data = selfVerificationLoadDoubleword(addr+offset);
2791 selfVerificationMemRegStoreDouble(sp, double_data, rt);