Lines Matching refs:type

39 		WARN("unexpected ELF machine type %d", elf->ehdr.e_machine);
175 insn->type = INSN_OTHER;
216 op->src.type = OP_SRC_ADD;
218 op->dest.type = OP_DEST_REG;
228 op->src.type = OP_SRC_REG;
230 op->dest.type = OP_DEST_PUSH;
239 op->src.type = OP_SRC_POP;
240 op->dest.type = OP_DEST_REG;
250 op->src.type = OP_SRC_CONST;
251 op->dest.type = OP_DEST_PUSH;
256 insn->type = INSN_JUMP_CONDITIONAL;
298 op->src.type = OP_SRC_ADD;
301 op->dest.type = OP_DEST_REG;
309 op->src.type = OP_SRC_AND;
312 op->dest.type = OP_DEST_REG;
333 op->src.type = OP_SRC_REG;
335 op->dest.type = OP_DEST_REG;
354 op->src.type = OP_SRC_REG;
356 op->dest.type = OP_DEST_REG_INDIRECT;
370 op->src.type = OP_SRC_REG;
372 op->dest.type = OP_DEST_REG;
387 op->src.type = OP_SRC_REG;
389 op->dest.type = OP_DEST_REG_INDIRECT;
400 op->src.type = OP_SRC_REG;
402 op->dest.type = OP_DEST_REG_INDIRECT;
419 op->src.type = OP_SRC_REG_INDIRECT;
422 op->dest.type = OP_DEST_REG;
432 op->src.type = OP_SRC_REG_INDIRECT;
435 op->dest.type = OP_DEST_REG;
469 op->src.type = OP_SRC_REG;
472 op->src.type = OP_SRC_ADD;
475 op->dest.type = OP_DEST_REG;
483 op->src.type = OP_SRC_POP;
484 op->dest.type = OP_DEST_MEM;
489 insn->type = INSN_NOP;
495 op->src.type = OP_SRC_CONST;
496 op->dest.type = OP_DEST_PUSHF;
503 op->src.type = OP_SRC_POPF;
504 op->dest.type = OP_DEST_MEM;
517 insn->type = INSN_CONTEXT_SWITCH;
521 insn->type = INSN_CLAC;
523 insn->type = INSN_STAC;
528 insn->type = INSN_JUMP_CONDITIONAL;
534 insn->type = INSN_CONTEXT_SWITCH;
539 insn->type = INSN_BUG;
544 insn->type = INSN_NOP;
549 insn->type = INSN_ENDBR;
564 op->src.type = OP_SRC_CONST;
565 op->dest.type = OP_DEST_PUSH;
572 op->src.type = OP_SRC_POP;
573 op->dest.type = OP_DEST_MEM;
588 op->src.type = OP_SRC_REG;
590 op->dest.type = OP_DEST_REG;
594 op->src.type = OP_SRC_POP;
595 op->dest.type = OP_DEST_REG;
602 insn->type = INSN_TRAP;
607 insn->type = INSN_JUMP_CONDITIONAL;
612 insn->type = INSN_JUMP_UNCONDITIONAL;
617 insn->type = INSN_RETURN;
638 if (disp->sym->type == STT_SECTION)
656 if (sym && sym->type == STT_FUNC) {
659 op->src.type = OP_SRC_ADD;
662 op->dest.type = OP_DEST_REG;
672 insn->type = INSN_CONTEXT_SWITCH;
678 insn->type = INSN_JUMP_CONDITIONAL;
682 insn->type = INSN_CALL;
688 op->src.type = OP_SRC_CONST;
689 op->dest.type = OP_DEST_PUSH;
694 insn->type = INSN_CLD;
698 insn->type = INSN_STD;
704 insn->type = INSN_CALL_DYNAMIC;
710 insn->type = INSN_JUMP_DYNAMIC;
717 insn->type = INSN_CONTEXT_SWITCH;
723 op->src.type = OP_SRC_CONST;
724 op->dest.type = OP_DEST_PUSH;