Home
last modified time | relevance | path

Searched refs:RA (Results 1 – 9 of 9) sorted by relevance

/art/runtime/arch/mips/
Dcontext_mips.cc37 gprs_[RA] = &ra_; in Reset()
40 ra_ = MipsContext::kBadGprBase + RA; in Reset()
Dregisters_mips.cc31 if (rhs >= ZERO && rhs <= RA) { in operator <<()
Dregisters_mips.h61 RA = 31, // Return address. enumerator
Dquick_method_frame_info_mips.h38 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA); in MipsCalleeSaveCoreSpills()
Dcontext_mips.h44 bool success = SetGPR(RA, new_pc); in SetPC()
/art/compiler/dex/quick/x86/
Dx86_lir.h409 opcode ## 8RR, opcode ## 8RM, opcode ## 8RA, opcode ## 8RT, \
412 opcode ## 16RR, opcode ## 16RM, opcode ## 16RA, opcode ## 16RT, \
416 opcode ## 32RR, opcode ## 32RM, opcode ## 32RA, opcode ## 32RT, \
420 opcode ## 64RR, opcode ## 64RM, opcode ## 64RA, opcode ## 64RT, \
516 opcode ## RR, opcode ## RM, opcode ## RA
Dassemble_x86.cc42 { 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…
86 { kX86 ## opname ## 64RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODE…
329 { kX86 ## opname ## RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE12, { prefix, 0, 0x0…
336 { kX86 ## opname ## RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE12, { prefix, 0, 0x0…
341 { kX86 ## opname ## RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE12, { prefix, REX_W,…
346 { kX86 ## opname ## RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE12, { prefix, 0, 0x0…
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc140 1 << T7 | 1 << T8 | 1 << RA; in CoreSpillMask()
/art/compiler/utils/mips/
Dassembler_mips.cc340 EmitR(0, rs, static_cast<Register>(0), RA, 0, 0x09); in Jalr()
551 StoreToOffset(kStoreWord, RA, SP, stack_offset); in BuildFrame()
579 LoadFromOffset(kLoadWord, RA, SP, stack_offset); in RemoveFrame()
585 Jr(RA); in RemoveFrame()