Searched refs:unsigned_integer (Results 1 – 2 of 2) sorted by relevance
1563 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local1566 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()1572 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()1579 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local1582 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()1588 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
3548 bool unsigned_integer = (instr->Bit(16) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local3554 int temp = unsigned_integer ? static_cast<uint32_t>(val) in DecodeVCVTBetweenFloatingPointAndInteger()3557 inv_op_vfp_flag_ = get_inv_op_vfp_flag(mode, val, unsigned_integer); in DecodeVCVTBetweenFloatingPointAndInteger()3560 unsigned_integer ? std::fabs(val - static_cast<uint32_t>(temp)) in DecodeVCVTBetweenFloatingPointAndInteger()3566 temp = VFPConversionSaturate(val, unsigned_integer); in DecodeVCVTBetweenFloatingPointAndInteger()3597 bool unsigned_integer = (instr->Bit(7) == 0); in DecodeVCVTBetweenFloatingPointAndInteger() local3605 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()3612 if (unsigned_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()