Home
last modified time | relevance | path

Searched refs:Signed (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMSP430F2XXX_MPY.cs64 case Mode.Signed: in PerformCalculation()
99 writeCallback: (_, value) => SetModeAndOperand(value, Mode.Signed)) in DefineRegisters()
142 Signed, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCV32E40P.cs58 …1", handler: opcode => CompareRegisters(opcode, ComparisonType.Min, Sign.Signed, "p.min rD, rs1, r… in CV32E40P()
60 …1", handler: opcode => CompareRegisters(opcode, ComparisonType.Max, Sign.Signed, "p.max rD, rs1, r… in CV32E40P()
62 …InRegister(opcode, Source.Immediate, Operation.Extract, Width.Word, Sign.Signed, "p.extract rD, rs… in CV32E40P()
64 …sInRegister(opcode, Source.Register, Operation.Extract, Width.Word, Sign.Signed, "p.extractr rD, r… in CV32E40P()
66 …gister(opcode, Source.Immediate, Operation.Extract, Width.HalfWord, Sign.Signed, "p.exths rD, rs1"… in CV32E40P()
68 …InRegister(opcode, Source.Immediate, Operation.Extract, Width.Byte, Sign.Signed, "p.extbs rD, rs1"… in CV32E40P()
210 if(type == ComparisonType.Min && sign == Sign.Signed) in CompareRegisters()
218 else if(type == ComparisonType.Max && sign == Sign.Signed) in CompareRegisters()
315 result = sign == Sign.Signed in ExtractBits()
324 result = sign == Sign.Signed in ExtractBits()
[all …]