Searched refs:flags_mode (Results 1 – 4 of 4) sorted by relevance
132 DCHECK_NE(instr->flags_mode(), kFlags_branch); in AddInstruction()133 DCHECK_NE(instr->flags_mode(), kFlags_branch_and_poison); in AddInstruction()
843 FlagsMode flags_mode() const { return FlagsModeField::decode(opcode()); } in flags_mode() function
36 switch (instr_->flags_mode()) { in OutputRCBit()
32 switch (instr_->flags_mode()) { in OutputSBit()