Lines Matching refs:addInstruction
66 addInstruction(Primary, Op1); in parse()
69 addInstruction(Primary, Op1, Data.getULEB128(C)); in parse()
87 addInstruction(Opcode); in parse()
91 addInstruction(Opcode, Data.getRelocatedAddress(C)); in parse()
95 addInstruction(Opcode, Data.getRelocatedValue(C, 1)); in parse()
99 addInstruction(Opcode, Data.getRelocatedValue(C, 2)); in parse()
103 addInstruction(Opcode, Data.getRelocatedValue(C, 4)); in parse()
112 addInstruction(Opcode, Data.getULEB128(C)); in parse()
116 addInstruction(Opcode, Data.getSLEB128(C)); in parse()
128 addInstruction(Opcode, op1, op2); in parse()
138 addInstruction(Opcode, op1, op2); in parse()
143 addInstruction(Opcode, 0); in parse()
158 addInstruction(Opcode, RegNum, 0); in parse()