Searched refs:addStoreData (Results 1 – 3 of 3) sorted by relevance
663 gen.addStoreData(Register.R0, 0); in testApfDataOpcodesWantApfV3()746 gen.addStoreData(Register.R0, -42); in testLoadStoreDataEncoding()751 gen.addStoreData(Register.R1, -0x1122); in testLoadStoreDataEncoding()781 gen.addStoreData(Register.R0, -6); // -5 + -6 = -11 (offset +5 with data_len=16) in testApfDataWrite()828 gen.addStoreData(Register.R0, 4); // Write back to address 32 -22 + 4 = 14 in testApfDataReadModifyWrite()
1512 gen.addStoreData(Register.R0, 0); // write-back counter in emitPrologueLocked()1602 gen.addStoreData(Register.R0, 0); // *(R1 + 0) = R0 in emitEpilogue()1609 gen.addStoreData(Register.R0, 0); // *(R1 + 0) = R0 in emitEpilogue()
862 public ApfGenerator addStoreData(Register sourceRegister, int offset) in addStoreData() method in ApfGenerator