• Home
  • Raw
  • Download

Lines Matching refs:src

171 				op->src.type = OP_SRC_ADD;  in arch_decode_instruction()
172 op->src.reg = modrm_reg; in arch_decode_instruction()
183 op->src.type = OP_SRC_REG; in arch_decode_instruction()
184 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
194 op->src.type = OP_SRC_POP; in arch_decode_instruction()
205 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
253 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
254 op->src.reg = CFI_SP; in arch_decode_instruction()
255 op->src.offset = imm; in arch_decode_instruction()
264 op->src.type = OP_SRC_AND; in arch_decode_instruction()
265 op->src.reg = CFI_SP; in arch_decode_instruction()
266 op->src.offset = insn.immediate.value; in arch_decode_instruction()
288 op->src.type = OP_SRC_REG; in arch_decode_instruction()
289 op->src.reg = CFI_SP; in arch_decode_instruction()
309 op->src.type = OP_SRC_REG; in arch_decode_instruction()
310 op->src.reg = CFI_SP; in arch_decode_instruction()
325 op->src.type = OP_SRC_REG; in arch_decode_instruction()
326 op->src.reg = modrm_reg; in arch_decode_instruction()
342 op->src.type = OP_SRC_REG; in arch_decode_instruction()
343 op->src.reg = modrm_reg; in arch_decode_instruction()
355 op->src.type = OP_SRC_REG; in arch_decode_instruction()
356 op->src.reg = modrm_reg; in arch_decode_instruction()
374 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
375 op->src.reg = CFI_BP; in arch_decode_instruction()
376 op->src.offset = insn.displacement.value; in arch_decode_instruction()
387 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
388 op->src.reg = CFI_SP; in arch_decode_instruction()
389 op->src.offset = insn.displacement.value; in arch_decode_instruction()
421 op->src.offset = insn.displacement.value; in arch_decode_instruction()
422 if (!op->src.offset) { in arch_decode_instruction()
424 op->src.type = OP_SRC_REG; in arch_decode_instruction()
427 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
429 op->src.reg = modrm_rm; in arch_decode_instruction()
438 op->src.type = OP_SRC_POP; in arch_decode_instruction()
450 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
458 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
496 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
504 op->src.type = OP_SRC_POP; in arch_decode_instruction()
520 op->src.type = OP_SRC_REG; in arch_decode_instruction()
521 op->src.reg = CFI_BP; in arch_decode_instruction()
526 op->src.type = OP_SRC_POP; in arch_decode_instruction()
561 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
562 op->src.reg = CFI_SP; in arch_decode_instruction()
563 op->src.offset = 5*8; in arch_decode_instruction()
584 op->src.type = OP_SRC_CONST; in arch_decode_instruction()
615 op->src.type = OP_SRC_CONST; in arch_decode_instruction()