Searched refs:branch_hint (Results 1 – 3 of 3) sorted by relevance
942 const char* branch_hint = NULL; in InstructionDecode() local945 branch_hint = "predicted taken"; in InstructionDecode()948 branch_hint = "predicted not taken"; in InstructionDecode()970 data += JumpConditionalShort(data, branch_hint); in InstructionDecode()1142 data += JumpConditional(data, branch_hint); in InstructionDecode()
1254 const char* branch_hint = NULL; in InstructionDecode() local1257 branch_hint = "predicted taken"; in InstructionDecode()1260 branch_hint = "predicted not taken"; in InstructionDecode()1295 data += JumpConditionalShort(data, branch_hint); in InstructionDecode()1489 data += JumpConditional(data, branch_hint); in InstructionDecode()
486 uint32_t branch_hint; /* gah! */