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::kRiscv64: in GetDwarfCoreReg()
43 case InstructionSet::kX86: in GetDwarfCoreReg()
45 case InstructionSet::kX86_64: in GetDwarfCoreReg()
47 case InstructionSet::kNone: in GetDwarfCoreReg()
53 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg()
55 case InstructionSet::kArm: in GetDwarfFpReg()
56 case InstructionSet::kThumb2: in GetDwarfFpReg()
58 case InstructionSet::kArm64: in GetDwarfFpReg()
60 case InstructionSet::kRiscv64: in GetDwarfFpReg()
62 case InstructionSet::kX86: in GetDwarfFpReg()
64 case InstructionSet::kX86_64: in GetDwarfFpReg()
66 case InstructionSet::kNone: in GetDwarfFpReg()
92 InstructionSet isa) { in GetVariableLocations()
178 InstructionSet isa, in WriteDebugLocEntry()
227 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()