Lines Matching refs:src
222 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
223 op->src.reg = modrm_reg; in arch_decode_instruction()
234 op->src.type = OP_SRC_REG; in arch_decode_instruction()
235 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
245 op->src.type = OP_SRC_POP; in arch_decode_instruction()
256 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
304 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
305 op->src.reg = CFI_SP; in arch_decode_instruction()
306 op->src.offset = imm; in arch_decode_instruction()
315 op->src.type = OP_SRC_AND; in arch_decode_instruction()
316 op->src.reg = CFI_SP; in arch_decode_instruction()
317 op->src.offset = ins.immediate.value; in arch_decode_instruction()
339 op->src.type = OP_SRC_REG; in arch_decode_instruction()
340 op->src.reg = CFI_SP; in arch_decode_instruction()
360 op->src.type = OP_SRC_REG; in arch_decode_instruction()
361 op->src.reg = CFI_SP; in arch_decode_instruction()
376 op->src.type = OP_SRC_REG; in arch_decode_instruction()
377 op->src.reg = modrm_reg; in arch_decode_instruction()
393 op->src.type = OP_SRC_REG; in arch_decode_instruction()
394 op->src.reg = modrm_reg; in arch_decode_instruction()
406 op->src.type = OP_SRC_REG; in arch_decode_instruction()
407 op->src.reg = modrm_reg; in arch_decode_instruction()
425 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
426 op->src.reg = CFI_BP; in arch_decode_instruction()
427 op->src.offset = ins.displacement.value; in arch_decode_instruction()
438 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
439 op->src.reg = CFI_SP; in arch_decode_instruction()
440 op->src.offset = ins.displacement.value; in arch_decode_instruction()
472 op->src.offset = ins.displacement.value; in arch_decode_instruction()
473 if (!op->src.offset) { in arch_decode_instruction()
475 op->src.type = OP_SRC_REG; in arch_decode_instruction()
478 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
480 op->src.reg = modrm_rm; in arch_decode_instruction()
489 op->src.type = OP_SRC_POP; in arch_decode_instruction()
501 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
509 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
570 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
578 op->src.type = OP_SRC_POP; in arch_decode_instruction()
594 op->src.type = OP_SRC_REG; in arch_decode_instruction()
595 op->src.reg = CFI_BP; in arch_decode_instruction()
600 op->src.type = OP_SRC_POP; in arch_decode_instruction()
665 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
666 op->src.reg = CFI_SP; in arch_decode_instruction()
667 op->src.offset = 5*8; in arch_decode_instruction()
694 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
729 op->src.type = OP_SRC_CONST; in arch_decode_instruction()