OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UD_NONE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn-intel.c
76
ud_asmprintf(u, "%s%s", op->base !=
UD_NONE
? "+" : "",
83
ud_syn_print_mem_disp(u, op, (op->base !=
UD_NONE
||
84
op->index !=
UD_NONE
) ? 1 : 0);
165
if (u->operand[0].type !=
UD_NONE
) {
171
u->operand[1].type ==
UD_NONE
||
194
if (u->operand[1].type !=
UD_NONE
) {
205
if (u->operand[2].type !=
UD_NONE
) {
syn-att.c
183
if (u->operand[0].type !=
UD_NONE
)
185
if (u->operand[1].type !=
UD_NONE
) {
207
if (u->operand[2].type !=
UD_NONE
) {
212
if (u->operand[1].type !=
UD_NONE
) {
217
if (u->operand[0].type !=
UD_NONE
)
syn.c
176
if (op->base ==
UD_NONE
&& op->index ==
UD_NONE
) {
178
UD_ASSERT(op->scale ==
UD_NONE
&& op->offset != 8);
decode.c
295
u->operand[0].type =
UD_NONE
;
296
u->operand[1].type =
UD_NONE
;
522
op->index =
UD_NONE
;
523
op->scale =
UD_NONE
;
528
op->base =
UD_NONE
;
544
op->base =
UD_NONE
;
559
op->index =
UD_NONE
;
560
op->scale =
UD_NONE
;
566
op->base =
UD_NONE
;
579
UD_NONE
, UD_NONE, UD_NONE, UD_NONE }
[
all
...]
udis86.c
205
if (n > 2 || u->operand[n].type ==
UD_NONE
) {
types.h
63
UD_NONE
,
Completed in 552 milliseconds