Home
last modified time | relevance | path

Searched refs:yasm_insn_operand (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dinsn.h79 typedef struct yasm_insn_operand yasm_insn_operand; typedef
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; argument
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);
191 yasm_insn_operand *yasm_operand_create_imm(/*@only@*/ yasm_expr *val);
197 yasm_insn_operand *yasm_insn_ops_first(yasm_insn *insn);
204 yasm_insn_operand *yasm_insn_op_next(yasm_insn_operand *op);
[all …]
Dinsn.c54 yasm_insn_operand *
57 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand)); in yasm_operand_create_reg()
70 yasm_insn_operand *
73 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand)); in yasm_operand_create_segreg()
86 yasm_insn_operand *
89 yasm_insn_operand *retval = yasm_xmalloc(sizeof(yasm_insn_operand)); in yasm_operand_create_mem()
103 yasm_insn_operand *
106 yasm_insn_operand *retval; in yasm_operand_create_imm()
114 retval = yasm_xmalloc(sizeof(yasm_insn_operand)); in yasm_operand_create_imm()
127 yasm_insn_operand *
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
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); in parse_instr()
801 static yasm_insn_operand *
804 yasm_insn_operand *op; in parse_operand()
860 yasm_insn_operand *op2; in parse_operand()
906 yasm_insn_operand *op2; in parse_operand()
1054 yasm_insn_operand *op2; in parse_operand()
1089 static yasm_insn_operand *
1092 yasm_insn_operand *op; in parse_memaddr()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86id.c407 yasm_insn_operand *op = yasm_insn_ops_first(&id_insn->insn); in x86_id_insn_clear_operands()
422 yasm_insn_operand *op; in x86_finalize_jmpfar()
451 yasm_insn_operand *op2 = yasm_insn_op_next(op); in x86_finalize_jmpfar()
509 yasm_insn_operand *op; in x86_finalize_jmp()
624 x86_find_match(x86_id_insn *id_insn, yasm_insn_operand **ops, in x86_find_match()
625 yasm_insn_operand **rev_ops, const unsigned int *size_lookup, in x86_find_match()
638 yasm_insn_operand *op, **use_ops; in x86_find_match()
1000 x86_match_error(x86_id_insn *id_insn, yasm_insn_operand **ops, in x86_match_error()
1001 yasm_insn_operand **rev_ops, const unsigned int *size_lookup) in x86_match_error()
1069 yasm_insn_operand *op, *ops[5], *rev_ops[5]; in x86_id_insn_finalize()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c54 static yasm_insn_operand *parse_operand(yasm_parser_gas *parser_gas);
957 yasm_insn_operand *op = parse_operand(parser_gas); in parse_instr()
1236 static yasm_insn_operand *
1240 yasm_insn_operand *op; in parse_operand()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3bid.re200 yasm_insn_operand *op;