OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:havereg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c
156
int
havereg
= -1, havereg_expr = -1;
local
166
if (
havereg
!= -1)
175
havereg
= i;
189
if (e->op == YASM_EXPR_MUL &&
havereg
!= -1)
191
havereg
= i;
211
if (
havereg
== -1)
956
}
havereg
= HAVE_NONE;
local
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
1146
int
havereg
= 0;
local
[
all
...]
Completed in 496 milliseconds