Searched refs:ARM64_PREG_RA_SIGN_STATE (Results 1 – 6 of 6) sorted by relevance
67 ARM64_PREG_RA_SIGN_STATE = 34, enumerator68 ARM64_PREG_FIRST = ARM64_PREG_RA_SIGN_STATE,
169 this->SetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 0); in ResetPseudoRegisters()190 auto result = this->GetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, &value); in IsRASigned()
531 auto cfa_location = loc_regs->find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in cfa_aarch64_negate_ra_state()533 (*loc_regs)[Arm64Reg::ARM64_PREG_RA_SIGN_STATE] = {.type = DWARF_LOCATION_PSEUDO_REGISTER, in cfa_aarch64_negate_ra_state()
114 arm64.SetPseudoRegister(unwindstack::Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 1); in TEST()
252 arm64.SetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 1); in TEST_F()
973 auto location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()986 location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()999 location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()