Lines Matching refs:instr
431 static inline bool IsMarkedCode(Instr instr, int type) {
433 return IsNop(instr, type);
437 static inline int GetCodeMarker(Instr instr) {
441 int dst_reg = (instr & dst_mask) >> dst_reg_offset;
442 int src_reg = instr & src_mask;
447 int type = ((instr & non_register_mask) == mov_mask) &&
1017 void Emit(Instr instr);