Searched refs:BranchType_JMP (Results 1 – 2 of 2) sorted by relevance
1068 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()1078 case BranchType_JMP: in EmulateB()1093 BranchTo(PC[] + offset, BranchType_JMP); in EmulateBcond()1125 BranchTo(PC[] + offset, BranchType_JMP); in EmulateCBZ()
82 BranchType_JMP enumerator