Searched refs:RA (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/mips/ |
D | context_mips.cc | 36 gprs_[RA] = &ra_; in Reset() 39 ra_ = MipsContext::kBadGprBase + RA; in Reset()
|
D | registers_mips.cc | 31 if (rhs >= ZERO && rhs <= RA) { in operator <<()
|
D | context_mips.h | 43 SetGPR(RA, new_pc); in SetPC()
|
D | registers_mips.h | 61 RA = 31, // Return address. enumerator
|
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 250 opcode ## 8RR, opcode ## 8RM, opcode ## 8RA, opcode ## 8RT, \ 253 opcode ## 16RR, opcode ## 16RM, opcode ## 16RA, opcode ## 16RT, \ 257 opcode ## 32RR, opcode ## 32RM, opcode ## 32RA, opcode ## 32RT, \ 318 opcode ## RR, opcode ## RM, opcode ## RA
|
D | assemble_x86.cc | 42 { kX86 ## opname ## 8RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES … 54 { kX86 ## opname ## 16RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODE… 70 { kX86 ## opname ## 32RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODE… 252 { kX86 ## opname ## RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012, { prefix, 0, 0x…
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 140 1 << T7 | 1 << T8 | 1 << RA; in CoreSpillMask()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 352 EmitR(0, rs, static_cast<Register>(0), RA, 0, 0x09); in Jalr() 561 StoreToOffset(kStoreWord, RA, SP, stack_offset); in BuildFrame() 589 LoadFromOffset(kLoadWord, RA, SP, stack_offset); in RemoveFrame() 595 Jr(RA); in RemoveFrame()
|
/art/runtime/ |
D | runtime.cc | 1229 (type == kSaveAll ? all_spills : 0) | (1 << art::mips::RA); in CreateCalleeSaveMethod()
|