Searched refs:STDW (Results 1 – 3 of 3) sorted by relevance
355 return append(new Instruction(Opcodes.STDW, src).addSigned(ofs)); in addStoreData()
97 STDW(23), // Store 4 bytes to data memory address (register + immediate): "stdw R0, [5]R1" enumConstant
821 return append(new Instruction(Opcodes.STDW, register).addUnsigned(counter.value())); in addStoreCounter()