Lines Matching refs:instr
682 static inline bool IsMarkedCode(Instr instr, int type) {
684 return IsNop(instr, type);
688 static inline int GetCodeMarker(Instr instr) {
692 int dst_reg = (instr & dst_mask) >> dst_reg_offset;
693 int src_reg = instr & src_mask;
698 int type = ((instr & non_register_mask) == mov_mask) &&
1516 void Emit(Instr instr);