Lines Matching refs:src

231 				op->src.type = OP_SRC_ADD;  in arch_decode_instruction()
232 op->src.reg = modrm_reg; in arch_decode_instruction()
243 op->src.type = OP_SRC_REG; in arch_decode_instruction()
244 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
254 op->src.type = OP_SRC_POP; in arch_decode_instruction()
265 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
313 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
314 op->src.reg = CFI_SP; in arch_decode_instruction()
315 op->src.offset = imm; in arch_decode_instruction()
324 op->src.type = OP_SRC_AND; in arch_decode_instruction()
325 op->src.reg = CFI_SP; in arch_decode_instruction()
326 op->src.offset = ins.immediate.value; in arch_decode_instruction()
348 op->src.type = OP_SRC_REG; in arch_decode_instruction()
349 op->src.reg = CFI_SP; in arch_decode_instruction()
369 op->src.type = OP_SRC_REG; in arch_decode_instruction()
370 op->src.reg = CFI_SP; in arch_decode_instruction()
385 op->src.type = OP_SRC_REG; in arch_decode_instruction()
386 op->src.reg = modrm_reg; in arch_decode_instruction()
402 op->src.type = OP_SRC_REG; in arch_decode_instruction()
403 op->src.reg = modrm_reg; in arch_decode_instruction()
415 op->src.type = OP_SRC_REG; in arch_decode_instruction()
416 op->src.reg = modrm_reg; in arch_decode_instruction()
434 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
435 op->src.reg = CFI_BP; in arch_decode_instruction()
436 op->src.offset = ins.displacement.value; in arch_decode_instruction()
447 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
448 op->src.reg = CFI_SP; in arch_decode_instruction()
449 op->src.offset = ins.displacement.value; in arch_decode_instruction()
483 op->src.offset = ins.displacement.value; in arch_decode_instruction()
484 if (!op->src.offset) { in arch_decode_instruction()
486 op->src.type = OP_SRC_REG; in arch_decode_instruction()
489 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
491 op->src.reg = modrm_rm; in arch_decode_instruction()
500 op->src.type = OP_SRC_POP; in arch_decode_instruction()
512 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
520 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
584 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
592 op->src.type = OP_SRC_POP; in arch_decode_instruction()
608 op->src.type = OP_SRC_REG; in arch_decode_instruction()
609 op->src.reg = CFI_BP; in arch_decode_instruction()
614 op->src.type = OP_SRC_POP; in arch_decode_instruction()
679 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
680 op->src.reg = CFI_SP; in arch_decode_instruction()
681 op->src.offset = 5*8; in arch_decode_instruction()
708 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
743 op->src.type = OP_SRC_CONST; in arch_decode_instruction()