|
LLDB mainline
|
Public Types | |
| enum | F_CMP { FEQ , FLT , FLE } |
Public Member Functions | |
| Executor (EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) | |
| bool | operator() (LUI inst) |
| bool | operator() (AUIPC inst) |
| bool | operator() (JAL inst) |
| bool | operator() (JALR inst) |
| bool | operator() (B inst) |
| bool | operator() (LB inst) |
| bool | operator() (LH inst) |
| bool | operator() (LW inst) |
| bool | operator() (LBU inst) |
| bool | operator() (LHU inst) |
| bool | operator() (SB inst) |
| bool | operator() (SH inst) |
| bool | operator() (SW inst) |
| bool | operator() (ADDI inst) |
| bool | operator() (SLTI inst) |
| bool | operator() (SLTIU inst) |
| bool | operator() (XORI inst) |
| bool | operator() (ORI inst) |
| bool | operator() (ANDI inst) |
| bool | operator() (ADD inst) |
| bool | operator() (SUB inst) |
| bool | operator() (SLL inst) |
| bool | operator() (SLT inst) |
| bool | operator() (SLTU inst) |
| bool | operator() (XOR inst) |
| bool | operator() (SRL inst) |
| bool | operator() (SRA inst) |
| bool | operator() (OR inst) |
| bool | operator() (AND inst) |
| bool | operator() (LWU inst) |
| bool | operator() (LD inst) |
| bool | operator() (SD inst) |
| bool | operator() (SLLI inst) |
| bool | operator() (SRLI inst) |
| bool | operator() (SRAI inst) |
| bool | operator() (ADDIW inst) |
| bool | operator() (SLLIW inst) |
| bool | operator() (SRLIW inst) |
| bool | operator() (SRAIW inst) |
| bool | operator() (ADDW inst) |
| bool | operator() (SUBW inst) |
| bool | operator() (SLLW inst) |
| bool | operator() (SRLW inst) |
| bool | operator() (SRAW inst) |
| bool | operator() (MUL inst) |
| bool | operator() (MULH inst) |
| bool | operator() (MULHSU inst) |
| bool | operator() (MULHU inst) |
| bool | operator() (DIV inst) |
| bool | operator() (DIVU inst) |
| bool | operator() (REM inst) |
| bool | operator() (REMU inst) |
| bool | operator() (MULW inst) |
| bool | operator() (DIVW inst) |
| bool | operator() (DIVUW inst) |
| bool | operator() (REMW inst) |
| bool | operator() (REMUW inst) |
| bool | operator() (LR_W) |
| bool | operator() (LR_D) |
| bool | operator() (SC_W) |
| bool | operator() (SC_D) |
| bool | operator() (AMOSWAP_W inst) |
| bool | operator() (AMOADD_W inst) |
| bool | operator() (AMOXOR_W inst) |
| bool | operator() (AMOAND_W inst) |
| bool | operator() (AMOOR_W inst) |
| bool | operator() (AMOMIN_W inst) |
| bool | operator() (AMOMAX_W inst) |
| bool | operator() (AMOMINU_W inst) |
| bool | operator() (AMOMAXU_W inst) |
| bool | operator() (AMOSWAP_D inst) |
| bool | operator() (AMOADD_D inst) |
| bool | operator() (AMOXOR_D inst) |
| bool | operator() (AMOAND_D inst) |
| bool | operator() (AMOOR_D inst) |
| bool | operator() (AMOMIN_D inst) |
| bool | operator() (AMOMAX_D inst) |
| bool | operator() (AMOMINU_D inst) |
| bool | operator() (AMOMAXU_D inst) |
| template<typename I, typename T> | |
| bool | F_Load (I inst, const fltSemantics &(*semantics)()) |
| bool | operator() (FLW inst) |
| template<typename I, typename T> | |
| bool | F_Store (I inst, bool isDouble) |
| bool | operator() (FSW inst) |
| std::tuple< bool, APFloat > | FusedMultiplyAdd (APFloat rs1, APFloat rs2, APFloat rs3) |
| template<typename T> | |
| bool | FMA (T inst, bool isDouble, float rs2_sign, float rs3_sign) |
| bool | operator() (FMADD_S inst) |
| bool | operator() (FMSUB_S inst) |
| bool | operator() (FNMSUB_S inst) |
| bool | operator() (FNMADD_S inst) |
| template<typename T> | |
| bool | F_Op (T inst, bool isDouble, APFloat::opStatus(APFloat::*f)(const APFloat &RHS, APFloat::roundingMode RM)) |
| bool | operator() (FADD_S inst) |
| bool | operator() (FSUB_S inst) |
| bool | operator() (FMUL_S inst) |
| bool | operator() (FDIV_S inst) |
| bool | operator() (FSQRT_S inst) |
| template<typename T> | |
| bool | F_SignInj (T inst, bool isDouble, bool isNegate) |
| bool | operator() (FSGNJ_S inst) |
| bool | operator() (FSGNJN_S inst) |
| template<typename T> | |
| bool | F_SignInjXor (T inst, bool isDouble) |
| bool | operator() (FSGNJX_S inst) |
| template<typename T> | |
| bool | F_MAX_MIN (T inst, bool isDouble, APFloat(*f)(const APFloat &A, const APFloat &B)) |
| bool | operator() (FMIN_S inst) |
| bool | operator() (FMAX_S inst) |
| bool | operator() (FCVT_W_S inst) |
| bool | operator() (FCVT_WU_S inst) |
| template<typename T> | |
| bool | FMV_f2i (T inst, bool isDouble) |
| bool | operator() (FMV_X_W inst) |
| template<typename T> | |
| bool | F_Compare (T inst, bool isDouble, F_CMP cmp) |
| bool | operator() (FEQ_S inst) |
| bool | operator() (FLT_S inst) |
| bool | operator() (FLE_S inst) |
| template<typename T> | |
| bool | FCLASS (T inst, bool isDouble) |
| bool | operator() (FCLASS_S inst) |
| template<typename T, typename E> | |
| bool | FCVT_f2i (T inst, std::optional< E >(Rs::*f)(EmulateInstructionRISCV &emu), const fltSemantics &semantics) |
| bool | operator() (FCVT_S_W inst) |
| bool | operator() (FCVT_S_WU inst) |
| template<typename T, typename E> | |
| bool | FMV_i2f (T inst, unsigned int numBits, E(APInt::*f)() const) |
| bool | operator() (FMV_W_X inst) |
| template<typename I, typename E, typename T> | |
| bool | FCVT_i2f (I inst, bool isDouble, T(APFloat::*f)() const) |
| bool | operator() (FCVT_L_S inst) |
| bool | operator() (FCVT_LU_S inst) |
| bool | operator() (FCVT_S_L inst) |
| bool | operator() (FCVT_S_LU inst) |
| bool | operator() (FLD inst) |
| bool | operator() (FSD inst) |
| bool | operator() (FMADD_D inst) |
| bool | operator() (FMSUB_D inst) |
| bool | operator() (FNMSUB_D inst) |
| bool | operator() (FNMADD_D inst) |
| bool | operator() (FADD_D inst) |
| bool | operator() (FSUB_D inst) |
| bool | operator() (FMUL_D inst) |
| bool | operator() (FDIV_D inst) |
| bool | operator() (FSQRT_D inst) |
| bool | operator() (FSGNJ_D inst) |
| bool | operator() (FSGNJN_D inst) |
| bool | operator() (FSGNJX_D inst) |
| bool | operator() (FMIN_D inst) |
| bool | operator() (FMAX_D inst) |
| bool | operator() (FCVT_S_D inst) |
| bool | operator() (FCVT_D_S inst) |
| bool | operator() (FEQ_D inst) |
| bool | operator() (FLT_D inst) |
| bool | operator() (FLE_D inst) |
| bool | operator() (FCLASS_D inst) |
| bool | operator() (FCVT_W_D inst) |
| bool | operator() (FCVT_WU_D inst) |
| bool | operator() (FCVT_D_W inst) |
| bool | operator() (FCVT_D_WU inst) |
| bool | operator() (FCVT_L_D inst) |
| bool | operator() (FCVT_LU_D inst) |
| bool | operator() (FMV_X_D inst) |
| bool | operator() (FCVT_D_L inst) |
| bool | operator() (FCVT_D_LU inst) |
| bool | operator() (FMV_D_X inst) |
| bool | operator() (INVALID inst) |
| bool | operator() (RESERVED inst) |
| bool | operator() (EBREAK inst) |
| bool | operator() (HINT inst) |
| bool | operator() (NOP inst) |
Static Public Member Functions | |
| static uint64_t | size (bool is_rvc) |
Private Member Functions | |
| uint64_t | delta () |
Private Attributes | |
| EmulateInstructionRISCV & | m_emu |
| bool | m_ignore_cond |
| bool | m_is_rvc |
Definition at line 732 of file EmulateInstructionRISCV.cpp.
| Enumerator | |
|---|---|
| FEQ | |
| FLT | |
| FLE | |
Definition at line 1495 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 745 of file EmulateInstructionRISCV.cpp.
References m_emu, m_ignore_cond, and m_is_rvc.
|
inlineprivate |
Definition at line 742 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1500 of file EmulateInstructionRISCV.cpp.
References FEQ, FLE, FLT, m_emu, and lldb_private::zipOpt().
Referenced by operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
|
inline |
Definition at line 1334 of file EmulateInstructionRISCV.cpp.
References m_emu.
Referenced by operator()(), and operator()().
|
inline |
Definition at line 1445 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), operator()(), operator()(), and operator()().
|
inline |
Definition at line 1388 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
|
inline |
Definition at line 1410 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), operator()(), operator()(), and operator()().
Definition at line 1424 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), and operator()().
|
inline |
Definition at line 1349 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), and operator()().
Definition at line 1536 of file EmulateInstructionRISCV.cpp.
References m_emu.
Referenced by operator()(), and operator()().
|
inline |
Definition at line 1572 of file EmulateInstructionRISCV.cpp.
References m_emu.
Referenced by operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
|
inline |
Definition at line 1603 of file EmulateInstructionRISCV.cpp.
References m_emu.
Referenced by operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
|
inline |
Definition at line 1370 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
Referenced by operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
Definition at line 1476 of file EmulateInstructionRISCV.cpp.
References lldb_private::bits(), and m_emu.
Referenced by operator()(), and operator()().
|
inline |
Definition at line 1588 of file EmulateInstructionRISCV.cpp.
References m_emu.
Referenced by operator()(), and operator()().
|
inline |
Definition at line 1363 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 886 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 805 of file EmulateInstructionRISCV.cpp.
References lldb::eRegisterKindLLDB, lldb_private::GPREncodingToLLDB(), m_emu, lldb_private::RISCV_GPR_FP, lldb_private::RISCV_GPR_SP, and lldb_private::RegisterValue::SetUInt64().
|
inline |
Definition at line 998 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1030 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1296 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicADD(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1256 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicADD(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1303 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1263 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1317 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1277 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1328 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1288 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1311 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1271 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1323 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1283 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicCmp(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1307 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1267 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1293 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicSwap(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1253 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicSwap(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 1299 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1259 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicBitOperate(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 962 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 878 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 749 of file EmulateInstructionRISCV.cpp.
Definition at line 775 of file EmulateInstructionRISCV.cpp.
References m_emu, lldb_private::Rs::Read(), lldb_private::B::rs1, lldb_private::B::rs2, and lldb_private::zipOpt().
|
inline |
Definition at line 1121 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1137 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1202 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1186 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1702 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1633 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1402 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1667 of file EmulateInstructionRISCV.cpp.
References FCLASS().
|
inline |
Definition at line 1570 of file EmulateInstructionRISCV.cpp.
References FCLASS().
|
inline |
Definition at line 1691 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadI64().
|
inline |
Definition at line 1694 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::Read().
|
inline |
Definition at line 1655 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1676 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadI32().
|
inline |
Definition at line 1679 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadU32().
|
inline |
Definition at line 1682 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1611 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1686 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1615 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1646 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1619 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadI64().
|
inline |
Definition at line 1622 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::Read().
|
inline |
Definition at line 1581 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadI32().
|
inline |
Definition at line 1584 of file EmulateInstructionRISCV.cpp.
References FCVT_f2i(), and lldb_private::Rs::ReadU32().
|
inline |
Definition at line 1668 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1468 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1672 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1472 of file EmulateInstructionRISCV.cpp.
References FCVT_i2f().
|
inline |
Definition at line 1636 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1405 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1664 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FEQ.
|
inline |
Definition at line 1533 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FEQ.
|
inline |
Definition at line 1625 of file EmulateInstructionRISCV.cpp.
References F_Load().
|
inline |
Definition at line 1666 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FLE.
|
inline |
Definition at line 1535 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FLE.
|
inline |
Definition at line 1665 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FLT.
|
inline |
Definition at line 1534 of file EmulateInstructionRISCV.cpp.
References F_Compare(), and FLT.
|
inline |
Definition at line 1346 of file EmulateInstructionRISCV.cpp.
References F_Load().
|
inline |
Definition at line 1629 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1383 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1645 of file EmulateInstructionRISCV.cpp.
References F_MAX_MIN().
|
inline |
Definition at line 1467 of file EmulateInstructionRISCV.cpp.
References F_MAX_MIN().
|
inline |
Definition at line 1644 of file EmulateInstructionRISCV.cpp.
References F_MAX_MIN().
|
inline |
Definition at line 1466 of file EmulateInstructionRISCV.cpp.
References F_MAX_MIN().
|
inline |
Definition at line 1630 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1384 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1635 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1404 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1697 of file EmulateInstructionRISCV.cpp.
References FMV_i2f().
|
inline |
Definition at line 1599 of file EmulateInstructionRISCV.cpp.
References FMV_i2f().
|
inline |
Definition at line 1690 of file EmulateInstructionRISCV.cpp.
References FMV_f2i().
|
inline |
Definition at line 1494 of file EmulateInstructionRISCV.cpp.
References FMV_f2i().
|
inline |
Definition at line 1632 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1386 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1631 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1385 of file EmulateInstructionRISCV.cpp.
References FMA().
|
inline |
Definition at line 1628 of file EmulateInstructionRISCV.cpp.
References F_Store().
|
inline |
Definition at line 1641 of file EmulateInstructionRISCV.cpp.
References F_SignInj().
|
inline |
Definition at line 1422 of file EmulateInstructionRISCV.cpp.
References F_SignInj().
|
inline |
Definition at line 1642 of file EmulateInstructionRISCV.cpp.
References F_SignInj().
|
inline |
Definition at line 1423 of file EmulateInstructionRISCV.cpp.
References F_SignInj().
|
inline |
Definition at line 1643 of file EmulateInstructionRISCV.cpp.
References F_SignInjXor().
|
inline |
Definition at line 1443 of file EmulateInstructionRISCV.cpp.
References F_SignInjXor().
|
inline |
Definition at line 1637 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1406 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1634 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1403 of file EmulateInstructionRISCV.cpp.
References F_Op().
|
inline |
Definition at line 1362 of file EmulateInstructionRISCV.cpp.
References F_Store().
|
inline |
Definition at line 1703 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1700 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 757 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 765 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 787 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 796 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 973 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 790 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 799 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1246 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicSequence(), and m_emu.
|
inline |
Definition at line 1245 of file EmulateInstructionRISCV.cpp.
References lldb_private::AtomicSequence(), and m_emu.
|
inline |
Definition at line 748 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::SignExt().
|
inline |
Definition at line 793 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::SextW().
|
inline |
Definition at line 970 of file EmulateInstructionRISCV.cpp.
References lldb_private::Load(), m_emu, and lldb_private::ZextD().
|
inline |
Definition at line 1076 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1084 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1096 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1109 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1177 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1704 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 954 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 870 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1149 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1165 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1231 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1215 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1701 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 802 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::Store().
|
inline |
Definition at line 1250 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 1247 of file EmulateInstructionRISCV.cpp.
|
inline |
Definition at line 976 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::Store().
|
inline |
Definition at line 803 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::Store().
|
inline |
Definition at line 902 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 977 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1006 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1048 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 911 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 846 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 854 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 920 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 945 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 991 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1022 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1066 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 936 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 984 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1014 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inline |
Definition at line 1057 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 894 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 1039 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 804 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::Store().
|
inline |
Definition at line 928 of file EmulateInstructionRISCV.cpp.
References m_emu, and lldb_private::zipOpt().
|
inline |
Definition at line 862 of file EmulateInstructionRISCV.cpp.
References m_emu.
|
inlinestatic |
Definition at line 739 of file EmulateInstructionRISCV.cpp.
Referenced by delta(), and lldb_private::EmulateInstructionRISCV::EvaluateInstruction().
|
private |
Definition at line 733 of file EmulateInstructionRISCV.cpp.
Referenced by Executor(), F_Compare(), F_Load(), F_MAX_MIN(), F_Op(), F_SignInj(), F_SignInjXor(), F_Store(), FCLASS(), FCVT_f2i(), FCVT_i2f(), FMA(), FMV_f2i(), FMV_i2f(), FusedMultiplyAdd(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), operator()(), and operator()().
|
private |
Definition at line 734 of file EmulateInstructionRISCV.cpp.
Referenced by Executor().
|
private |
Definition at line 735 of file EmulateInstructionRISCV.cpp.
Referenced by delta(), and Executor().