Home
last modified time | relevance | path

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

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