Searched refs:_signed (Results 1 – 2 of 2) sorted by relevance
366 int ArmToMips64Assembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) in dataProcAdrModes() argument372 if ((!_signed && amode.value > 0xffff) in dataProcAdrModes()373 || (_signed && ((int)amode.value < -32768 || (int)amode.value > 32767) )) { in dataProcAdrModes()
377 int ArmToMipsAssembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) in dataProcAdrModes() argument383 if ((!_signed && amode.value > 0xffff) in dataProcAdrModes()384 || (_signed && ((int)amode.value < -32768 || (int)amode.value > 32767) )) { in dataProcAdrModes()