Home | History | Annotate | Download | only in arm

Lines Matching refs:Instr

627   static inline bool IsMarkedCode(Instr instr, int type) {
629 return IsNop(instr, type);
633 static inline int GetCodeMarker(Instr instr) {
637 int dst_reg = (instr & dst_mask) >> dst_reg_offset;
638 int src_reg = instr & src_mask;
643 int type = ((instr & non_register_mask) == mov_mask) &&
1339 void Emit(Instr instr);