Searched refs:to_integer (Results 1 – 3 of 3) sorted by relevance
1404 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger() local1406 if (to_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
3231 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger() local3236 if (to_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
495 RETURN_NATIVE_CALL(to_integer, { obj }); in ToInteger()