Searched refs:ROUND_NI (Results 1 – 9 of 9) sorted by relevance
110 case ROUND_NI: ri = 1; in emitRND()
226 rint = rnd == ROUND_NI; in emitRoundMode()228 assert(rnd == ROUND_N || rnd == ROUND_NI); in emitRoundMode()264 assert(rnd == ROUND_NI); in emitRoundModeI()
367 ROUND_NI, // nearest integer enumerator
252 case ROUND_NI: subop = 0; break; in emitFRND()
1337 case ROUND_NI: code[1] |= 0x08000000; break; in roundMode_CVT()
3416 ->rnd = ROUND_NI; in handleInstruction()4157 ->rnd = ROUND_NI; in handleInstruction()
1054 case ROUND_NI: code[0] |= 1 << 7; break; in roundMode_C()
484 case ROUND_NI: ri = 1; in emitRND()
2604 mkCvt(OP_CVT, dType, newDefs[0], dType, getSrc(&insn->src[0]))->rnd = ROUND_NI; in visit()