Searched refs:to_integer (Results 1 – 3 of 3) sorted by relevance
1233 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger() local1235 if (to_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
3026 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger() local3031 if (to_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
631 RETURN_NATIVE_CALL(to_integer, { obj }, exc); in ToInteger()