Searched refs:yasm_insn_operand (Results 1 - 6 of 6) 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...]
H A Dinsn.c54 yasm_insn_operand *
57 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand));
70 yasm_insn_operand *
73 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand));
86 yasm_insn_operand *
89 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand));
103 yasm_insn_operand *
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c48 static yasm_insn_operand *parse_operand(yasm_parser_nasm *parser_nasm);
49 static yasm_insn_operand *parse_memaddr(yasm_parser_nasm *parser_nasm);
751 yasm_insn_operand *op = parse_operand(parser_nasm);
801 static yasm_insn_operand *
804 yasm_insn_operand *op;
860 yasm_insn_operand *op2;
906 yasm_insn_operand *op2;
1054 yasm_insn_operand *op2;
1089 static yasm_insn_operand *
1092 yasm_insn_operand *o
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c407 yasm_insn_operand *op = yasm_insn_ops_first(&id_insn->insn);
422 yasm_insn_operand *op;
451 yasm_insn_operand *op2 = yasm_insn_op_next(op);
509 yasm_insn_operand *op;
624 x86_find_match(x86_id_insn *id_insn, yasm_insn_operand **ops,
625 yasm_insn_operand **rev_ops, const unsigned int *size_lookup,
638 yasm_insn_operand *op, **use_ops;
1000 x86_match_error(x86_id_insn *id_insn, yasm_insn_operand **ops,
1001 yasm_insn_operand **rev_ops, const unsigned int *size_lookup)
1069 yasm_insn_operand *o
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c54 static yasm_insn_operand *parse_operand(yasm_parser_gas *parser_gas);
957 yasm_insn_operand *op = parse_operand(parser_gas);
1236 static yasm_insn_operand *
1240 yasm_insn_operand *op;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bid.re200 yasm_insn_operand *op;

Completed in 87 milliseconds