Home | History | Annotate | Download | only in arm64

Lines Matching defs:Instr

19 typedef uint32_t Instr;
99 V8_INLINE Instr InstructionBits() const {
100 return *reinterpret_cast<const Instr*>(this);
103 V8_INLINE void SetInstructionBits(Instr new_instr) {
104 *reinterpret_cast<Instr*>(this) = new_instr;
120 Instr Mask(uint32_t mask) const {
307 // The range of the branch instruction, expressed as 'instr +- range'.
440 const Instr kImmExceptionIsRedirectedCall = 0xca11;
444 const Instr kImmExceptionIsUnreachable = 0xdebf;
448 const Instr kImmExceptionIsPrintf = 0xdeb1;
483 const Instr kImmExceptionIsDebug = 0xdeb0;