OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yasm_insn_operand
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c
54
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
...]
insn.h
79
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_imm(/*@only@*/ yasm_expr *val)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
48
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;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c
407
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;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
54
static
yasm_insn_operand
*parse_operand(yasm_parser_gas *parser_gas);
957
yasm_insn_operand
*op = parse_operand(parser_gas);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re
200
yasm_insn_operand
*op;
Completed in 73 milliseconds