Home
last modified time | relevance | path

Searched refs:FCTIDU (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h298 FCTIDU = 942 << 1, // Floating convert to integer doubleword unsigned enumerator
Ddisasm-ppc.cc964 case FCTIDU: { in DecodeExt4()
Dassembler-ppc.cc2201 emit(EXT4 | FCTIDU | frt.code() * B21 | frb.code() * B11 | rc); in fctidu()
Dsimulator-ppc.cc2956 case FCTIDU: in ExecuteExt4()