Searched defs:yasm_insn_operand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h79 typedef struct yasm_insn_operand yasm_insn_operand; typedef in typeref:struct:yasm_insn_operand
91 struct yasm_insn_operand { struct
93 /*@reldef@*/ STAILQ_ENTRY(yasm_insn_operand) link;
141 /*@reldef@*/ STAILQ_HEAD(yasm_insn_operands, yasm_insn_operand) operands;
168 yasm_insn_operand *yasm_operand_create_reg(uintptr_t reg);
175 yasm_insn_operand *yasm_operand_create_segreg(uintptr_t segreg);
182 yasm_insn_operand *yasm_operand_create_mem(/*@only@*/ yasm_effaddr *ea);
186 * #yasm_insn_operand.
191 yasm_insn_operand *yasm_operand_create_im
[all...]

Completed in 75 milliseconds