OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsNor
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/mips/
mips_lir.h
431
kMipsNor
, // nor d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100111].
utility_mips.cc
293
return NewLIR3(
kMipsNor
, r_dest_src1.GetReg(), r_src2.GetReg(), rZERO);
assemble_mips.cc
223
ENCODING_MAP(
kMipsNor
, 0x00000027, /* used for "not" too */
[
all
...]
Completed in 31 milliseconds