OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ud_operand
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn.h
36
uint64_t ud_syn_rel_target(struct ud*, struct
ud_operand
*);
46
void ud_syn_print_imm(struct ud* u, const struct
ud_operand
*op);
47
void ud_syn_print_mem_disp(struct ud* u, const struct
ud_operand
*, int sign);
extern.h
77
extern const struct
ud_operand
* ud_insn_opr(const struct ud *u, unsigned int n);
79
extern int ud_opr_is_sreg(const struct
ud_operand
*opr);
81
extern int ud_opr_isgpr(const struct
ud_operand
*opr);
89
extern uint64_t ud_insn_sext_imm(const struct ud*, const struct
ud_operand
*);
udis86.c
202
const struct
ud_operand
*
219
ud_opr_is_sreg(const struct
ud_operand
*opr)
234
ud_opr_is_gpr(const struct
ud_operand
*opr)
syn.c
87
ud_syn_rel_target(struct ud *u, struct
ud_operand
*opr)
146
ud_syn_print_imm(struct ud* u, const struct
ud_operand
*op)
173
ud_syn_print_mem_disp(struct ud* u, const struct
ud_operand
*op, int sign)
types.h
145
* struct
ud_operand
- Disassembled instruction Operand.
148
struct
ud_operand
{
struct
206
struct
ud_operand
operand[3];
239
typedef struct
ud_operand
ud_operand_t;
syn-att.c
38
opr_cast(struct ud* u, struct
ud_operand
* op)
52
gen_operand(struct ud* u, struct
ud_operand
* op)
syn-intel.c
38
opr_cast(struct ud* u, struct
ud_operand
* op)
57
static void gen_operand(struct ud* u, struct
ud_operand
* op, int syn_cast)
decode.c
314
decode_a(struct ud* u, struct
ud_operand
*op)
359
struct
ud_operand
*opr,
400
decode_imm(struct ud* u, unsigned int size, struct
ud_operand
*op)
421
decode_mem_disp(struct ud* u, unsigned int size, struct
ud_operand
*op)
454
struct
ud_operand
*operand,
471
struct
ud_operand
*op,
603
decode_moffset(struct ud *u, unsigned int size, struct
ud_operand
*opr)
617
struct
ud_operand
*operand,
813
memset( &u->operand[ 0 ], 0, sizeof( struct
ud_operand
) );
814
memset( &u->operand[ 1 ], 0, sizeof( struct
ud_operand
) );
[
all
...]
Completed in 86 milliseconds