• Home
  • Raw
  • Download

Lines Matching refs:src

148 				op->src.type = OP_SRC_ADD;  in arch_decode_instruction()
149 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
160 op->src.type = OP_SRC_REG; in arch_decode_instruction()
161 op->src.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()
171 op->src.type = OP_SRC_POP; in arch_decode_instruction()
182 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
199 op->src.type = OP_SRC_AND; in arch_decode_instruction()
200 op->src.reg = CFI_SP; in arch_decode_instruction()
201 op->src.offset = insn.immediate.value; in arch_decode_instruction()
217 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
218 op->src.reg = CFI_SP; in arch_decode_instruction()
219 op->src.offset = insn.immediate.value * sign; in arch_decode_instruction()
230 op->src.type = OP_SRC_REG; in arch_decode_instruction()
231 op->src.reg = CFI_SP; in arch_decode_instruction()
242 op->src.type = OP_SRC_REG; in arch_decode_instruction()
243 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
257 op->src.type = OP_SRC_REG; in arch_decode_instruction()
258 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
268 op->src.type = OP_SRC_REG; in arch_decode_instruction()
269 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
283 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
284 op->src.reg = CFI_BP; in arch_decode_instruction()
285 op->src.offset = insn.displacement.value; in arch_decode_instruction()
295 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
296 op->src.reg = CFI_SP; in arch_decode_instruction()
297 op->src.offset = insn.displacement.value; in arch_decode_instruction()
311 op->src.type = OP_SRC_REG; in arch_decode_instruction()
314 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
315 op->src.offset = insn.displacement.value; in arch_decode_instruction()
317 op->src.reg = CFI_SP; in arch_decode_instruction()
326 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
327 op->src.reg = CFI_BP; in arch_decode_instruction()
328 op->src.offset = insn.displacement.value; in arch_decode_instruction()
343 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
344 op->src.reg = CFI_R10; in arch_decode_instruction()
345 op->src.offset = -8; in arch_decode_instruction()
360 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
361 op->src.reg = CFI_R13; in arch_decode_instruction()
362 op->src.offset = -16; in arch_decode_instruction()
373 op->src.type = OP_SRC_POP; in arch_decode_instruction()
385 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
393 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
431 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
439 op->src.type = OP_SRC_POP; in arch_decode_instruction()
488 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
489 op->src.reg = CFI_SP; in arch_decode_instruction()
490 op->src.offset = 5*8; in arch_decode_instruction()
511 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
542 op->src.type = OP_SRC_CONST; in arch_decode_instruction()