OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gen_operand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn-att.c
48
*
gen_operand
() - Generates assembly output for each operand.
52
gen_operand
(struct ud* u, struct ud_operand* op)
function
184
gen_operand
(u, &u->operand[0]);
187
gen_operand
(u, &u->operand[1]);
208
gen_operand
(u, &u->operand[2]);
213
gen_operand
(u, &u->operand[1]);
218
gen_operand
(u, &u->operand[0]);
syn-intel.c
54
*
gen_operand
() - Generates assembly output for each operand.
57
static void
gen_operand
(struct ud* u, struct ud_operand* op, int syn_cast)
function
191
gen_operand
(u, &u->operand[0], cast);
202
gen_operand
(u, &u->operand[1], cast);
207
gen_operand
(u, &u->operand[2], 0);
Completed in 61 milliseconds