OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsAndi
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/mips/
utility_mips.cc
239
opcode =
kMipsAndi
;
320
return NewLIR3(
kMipsAndi
, r_dest_src1.GetReg(), r_src2.GetReg(), 0xFFFF);
mips_lir.h
397
kMipsAndi
, // andi t,s,imm16 [001100] s[25..21] t[20..16] imm16[15..0].
assemble_mips.cc
101
ENCODING_MAP(
kMipsAndi
, 0x30000000,
[
all
...]
Completed in 58 milliseconds