Searched refs:_signed (Results 1 – 2 of 2) sorted by relevance
356 int ArmToMips64Assembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) in dataProcAdrModes() argument362 if ((!_signed && amode.value > 0xffff) in dataProcAdrModes()363 || (_signed && ((int)amode.value < -32768 || (int)amode.value > 32767) )) { in dataProcAdrModes()
371 int ArmToMipsAssembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) in dataProcAdrModes() argument377 if ((!_signed && amode.value > 0xffff) in dataProcAdrModes()378 || (_signed && ((int)amode.value < -32768 || (int)amode.value > 32767) )) { in dataProcAdrModes()