HomeSort by relevance Sort by last modified time
    Searched refs:GpuRegister (Results 1 - 8 of 8) sorted by null

  /art/compiler/utils/mips64/
assembler_mips64.h 55 void Add(GpuRegister rd, GpuRegister rs, GpuRegister rt);
56 void Addi(GpuRegister rt, GpuRegister rs, uint16_t imm16);
57 void Addu(GpuRegister rd, GpuRegister rs, GpuRegister rt);
58 void Addiu(GpuRegister rt, GpuRegister rs, uint16_t imm16)
    [all...]
assembler_mips64.cc 33 void Mips64Assembler::EmitR(int opcode, GpuRegister rs, GpuRegister rt, GpuRegister rd,
47 void Mips64Assembler::EmitI(int opcode, GpuRegister rs, GpuRegister rt, uint16_t imm) {
57 void Mips64Assembler::EmitI21(int opcode, GpuRegister rs, uint32_t imm21) {
94 void Mips64Assembler::Add(GpuRegister rd, GpuRegister rs, GpuRegister rt) {
98 void Mips64Assembler::Addi(GpuRegister rt, GpuRegister rs, uint16_t imm16)
    [all...]
managed_register_mips64.h 42 GpuRegister AsGpuRegister() const {
44 return static_cast<GpuRegister>(id_);
70 static Mips64ManagedRegister FromGpuRegister(GpuRegister r) {
  /art/runtime/arch/mips64/
registers_mips64.cc 31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) {
35 os << "GpuRegister[" << static_cast<int>(rhs) << "]";
registers_mips64.h 29 enum GpuRegister {
65 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs);
  /art/compiler/optimizing/
code_generator_mips64.cc 36 static constexpr GpuRegister kMethodRegisterArgument = A0;
39 static constexpr GpuRegister TMP = T8;
43 static constexpr GpuRegister TR = S1;
440 __ Ld(GpuRegister(reg), SP, 0);
447 __ Sd(GpuRegister(reg), SP, 0);
460 GpuRegister(ensure_scratch.GetRegister()),
468 GpuRegister(ensure_scratch.GetRegister()),
474 static dwarf::Reg DWARFReg(GpuRegister reg) {
515 GpuRegister reg = kCoreCalleeSaves[i];
570 GpuRegister reg = kCoreCalleeSaves[i]
    [all...]
code_generator_mips64.h 36 static constexpr GpuRegister kParameterCoreRegisters[] =
47 static constexpr GpuRegister kRuntimeParameterCoreRegisters[] =
58 static constexpr GpuRegister kCoreCalleeSaves[] =
66 class InvokeDexCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
93 class InvokeRuntimeCallingConvention : public CallingConvention<GpuRegister, FpuRegister> {
185 void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg);
231 void MarkGCCard(GpuRegister object, GpuRegister value);
272 void LoadCurrentMethod(GpuRegister current_method);
284 void GenerateStaticOrDirectCall(HInvokeStaticOrDirect* invoke, GpuRegister temp)
    [all...]
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 26 static const GpuRegister kGpuArgumentRegisters[] = {
109 GpuRegister arg = kGpuArgumentRegisters[reg_index];

Completed in 2055 milliseconds