Searched refs:RA (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/mips/ |
D | context_mips.cc | 37 gprs_[RA] = &ra_; in Reset() 40 ra_ = MipsContext::kBadGprBase + RA; in Reset()
|
D | registers_mips.cc | 31 if (rhs >= ZERO && rhs <= RA) { in operator <<()
|
D | registers_mips.h | 61 RA = 31, // Return address. enumerator
|
D | quick_method_frame_info_mips.h | 38 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA); in MipsCalleeSaveCoreSpills()
|
D | context_mips.h | 44 bool success = SetGPR(RA, new_pc); in SetPC()
|
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 409 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
|
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… 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/ |
D | calling_convention_mips.cc | 140 1 << T7 | 1 << T8 | 1 << RA; in CoreSpillMask()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 340 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()
|