OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsDelta
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/mips/
call_mips.cc
105
NewLIR4(
kMipsDelta
, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec));
198
NewLIR4(
kMipsDelta
, r_base.GetReg(), 0, WrapPointer(base_label), WrapPointer(tab_rec));
253
NewLIR4(
kMipsDelta
, rMIPS_ARG1, 0, WrapPointer(base_label), WrapPointer(tab_rec));
assemble_mips.cc
397
ENCODING_MAP(
kMipsDelta
, 0x27e00000,
530
if (lir->opcode ==
kMipsDelta
) {
549
// Doesn't fit - must expand to
kMipsDelta
[Hi|Lo] pair
[
all
...]
mips_lir.h
476
kMipsDelta
, // Psuedo for ori t, s, <label>-<label>.
Completed in 43 milliseconds