Lines Matching refs:InstructionSet
34 static Reg GetDwarfCoreReg(InstructionSet isa, int machine_reg) { in GetDwarfCoreReg()
36 case InstructionSet::kArm: in GetDwarfCoreReg()
37 case InstructionSet::kThumb2: in GetDwarfCoreReg()
39 case InstructionSet::kArm64: in GetDwarfCoreReg()
41 case InstructionSet::kX86: in GetDwarfCoreReg()
43 case InstructionSet::kX86_64: in GetDwarfCoreReg()
45 case InstructionSet::kMips: in GetDwarfCoreReg()
47 case InstructionSet::kMips64: in GetDwarfCoreReg()
49 case InstructionSet::kNone: in GetDwarfCoreReg()
55 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg()
57 case InstructionSet::kArm: in GetDwarfFpReg()
58 case InstructionSet::kThumb2: in GetDwarfFpReg()
60 case InstructionSet::kArm64: in GetDwarfFpReg()
62 case InstructionSet::kX86: in GetDwarfFpReg()
64 case InstructionSet::kX86_64: in GetDwarfFpReg()
66 case InstructionSet::kMips: in GetDwarfFpReg()
68 case InstructionSet::kMips64: in GetDwarfFpReg()
70 case InstructionSet::kNone: in GetDwarfFpReg()
96 InstructionSet isa) { in GetVariableLocations()
182 InstructionSet isa, in WriteDebugLocEntry()
231 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()