Searched refs:dval0 (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1242 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local 1246 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt() 1255 dval0, dval1); in SoftwareInterrupt() 1260 dval0); in SoftwareInterrupt() 1265 dval0, ival); in SoftwareInterrupt() 1282 iresult = target(dval0, dval1); in SoftwareInterrupt() 1289 dresult = target(dval0, dval1); in SoftwareInterrupt() 1296 dresult = target(dval0); in SoftwareInterrupt() 1303 dresult = target(dval0, ival); in SoftwareInterrupt()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1674 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local 1678 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt() 1687 dval0, dval1); in SoftwareInterrupt() 1692 dval0); in SoftwareInterrupt() 1697 dval0, ival); in SoftwareInterrupt() 1713 iresult = target(dval0, dval1); in SoftwareInterrupt() 1721 dresult = target(dval0, dval1); in SoftwareInterrupt() 1728 dresult = target(dval0); in SoftwareInterrupt() 1735 dresult = target(dval0, ival); in SoftwareInterrupt()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 2288 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local 2292 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt() 2301 dval0, dval1); in SoftwareInterrupt() 2306 dval0); in SoftwareInterrupt() 2311 dval0, ival); in SoftwareInterrupt() 2322 iresult = target(dval0, dval1); in SoftwareInterrupt() 2330 dresult = target(dval0, dval1); in SoftwareInterrupt() 2337 dresult = target(dval0); in SoftwareInterrupt() 2344 dresult = target(dval0, ival); in SoftwareInterrupt()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 2225 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local 2229 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt() 2238 dval0, dval1); in SoftwareInterrupt() 2243 dval0); in SoftwareInterrupt() 2248 dval0, ival); in SoftwareInterrupt() 2259 iresult = target(dval0, dval1); in SoftwareInterrupt() 2267 dresult = target(dval0, dval1); in SoftwareInterrupt() 2274 dresult = target(dval0); in SoftwareInterrupt() 2281 dresult = target(dval0, ival); in SoftwareInterrupt()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 1893 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local 1897 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt() 1906 dval0, dval1); in SoftwareInterrupt() 1911 dval0); in SoftwareInterrupt() 1916 dval0, ival); in SoftwareInterrupt() 1933 iresult = target(dval0, dval1); in SoftwareInterrupt() 1940 dresult = target(dval0, dval1); in SoftwareInterrupt() 1947 dresult = target(dval0); in SoftwareInterrupt() 1954 dresult = target(dval0, ival); in SoftwareInterrupt()
|