Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h292 FRIN = 392 << 1, // Floating Round to Integer Nearest enumerator
Ddisasm-ppc.cc1009 case FRIN: { in DecodeExt4()
Dassembler-ppc.cc2178 emit(EXT4 | FRIN | frt.code() * B21 | frb.code() * B11 | rc); in frin()
Dsimulator-ppc.cc2873 case FRIN: { in ExecuteExt4()