Lines Matching defs:const

66                          uint32_t type, uint32_t cfval) const;
68 uint32_t type, uint32_t cfval) const;
71 uint32_t type, uint32_t cfval) const;
73 uint32_t type, uint32_t cfval) const;
76 ArmShiftType type, uint8_t width) const;
78 uint64_t shiftAmt, uint8_t width) const;
146 ArmStaticInst(const char *mnem, ExtMachInst _machInst,
160 uint8_t opWidth = 0) const;
161 void printFloatReg(std::ostream &os, RegIndex reg_idx) const;
163 bool isSveVecReg = false) const;
164 void printVecPredReg(std::ostream &os, RegIndex reg_idx) const;
165 void printCCReg(std::ostream &os, RegIndex reg_idx) const;
166 void printMiscReg(std::ostream &os, RegIndex reg_idx) const;
168 const std::string &suffix = "",
171 ConditionCode cond64 = COND_UC) const;
173 const SymbolTable *symtab) const;
175 bool noImplicit=false) const;
176 void printMemSymbol(std::ostream &os, const SymbolTable *symtab,
177 const std::string &prefix, const Addr addr,
178 const std::string &suffix) const;
181 IntRegIndex rs, ArmShiftType type) const;
184 int64_t shiftAmt) const;
185 void printPFflags(std::ostream &os, int flag) const;
187 void printDataInst(std::ostream &os, bool withImm) const;
191 uint64_t imm) const;
194 advancePC(PCState &pcState) const override
200 Addr pc, const SymbolTable *symtab) const override;
327 const unsigned count = sizeof(T) / sizeof(E);
365 disabledFault() const
374 ExceptionLevel targetEL, bool isWfe) const;
382 Fault softwareBreakpoint32(ExecContext *xc, uint16_t imm) const;
393 Fault advSIMDFPAccessTrap64(ExceptionLevel el) const;
402 Fault checkFPAdvSIMDTrap64(ThreadContext *tc, CPSR cpsr) const;
412 CPSR cpsr, CPACR cpacr) const;
423 bool fpexc_check, bool advsimd) const;
432 ExceptionLevel tgtEl, bool isWfe) const;
441 ExceptionLevel tgtEl, bool isWfe) const;
446 Fault trapWFx(ThreadContext *tc, CPSR cpsr, SCR scr, bool isWfe) const;
454 Fault checkSETENDEnabled(ThreadContext *tc, CPSR cpsr) const;
462 Fault undefinedFault32(ThreadContext *tc, ExceptionLevel el) const;
470 Fault undefinedFault64(ThreadContext *tc, ExceptionLevel el) const;
477 Fault sveAccessTrap(ExceptionLevel el) const;
482 Fault checkSveTrap(ThreadContext *tc, CPSR cpsr) const;
487 Fault checkSveEnabled(ThreadContext *tc, CPSR cpsr, CPACR cpacr) const;
496 CPSR getPSTATEFromPSR(ThreadContext *tc, CPSR cpsr, CPSR spsr) const;
507 ExceptionLevel pstateEL) const;
514 getIntWidth() const
521 instSize() const
533 encoding() const