Searched refs:FlagsOf (Results 1 – 5 of 5) sorted by relevance
28 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop)); in TEST()
95 return FlagsOf(opcode) & Instruction::kContinue; in CanFlowThrough()
535 static uint8_t FlagsOf(Code opcode) { in FlagsOf() function
187 return Instruction::FlagsOf(instruction.Opcode()); in GetBranchFlags()
2038 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()5474 int opcode_flags = Instruction::FlagsOf(inst.Opcode()); in Fail()