OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsAddiu
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/quick/mips/
utility_mips.cc
95
res = NewLIR3(
kMipsAddiu
, r_dest.GetReg(), rZERO, value);
210
opcode =
kMipsAddiu
;
219
opcode =
kMipsAddiu
;
mips_lir.h
394
kMipsAddiu
, // addiu t,s,imm16 [001001] s[25..21] t[20..16] imm16[15..0].
assemble_mips.cc
89
ENCODING_MAP(
kMipsAddiu
, 0x24000000,
[
all
...]
int_mips.cc
253
NewLIR3(
kMipsAddiu
, t_reg.GetReg(), rZERO, lit);
Completed in 501 milliseconds