Lines Matching refs:src

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