OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kX86CondNe
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/
compiler_enums.h
259
kX86CondNe
= kX86CondNz, // not-equal
/art/compiler/dex/quick/x86/
call_x86.cc
181
LIR* branch = NewLIR2(kX86Jcc8, 0,
kX86CondNe
);
int_x86.cc
69
case kCondNe: return
kX86CondNe
;
Completed in 1689 milliseconds