Searched refs:branch_type (Results 1 – 2 of 2) sorted by relevance
67 int branch_type, command; in ata_dbdma_setprd() local80 branch_type = DBDMA_ALWAYS; in ata_dbdma_setprd()82 branch_type = DBDMA_NEVER; in ata_dbdma_setprd()94 DBDMA_NEVER, branch_type, DBDMA_NEVER, 0); in ata_dbdma_setprd()96 if (branch_type == DBDMA_ALWAYS) in ata_dbdma_setprd()
478 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()479 Hint_Branch(branch_type); in BranchTo()1067 if branch_type == BranchType_CALL then X[30] = PC[] + 4; in EmulateB()1068 BranchTo(PC[] + offset, branch_type); in EmulateB()1081 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB() local1085 switch (branch_type) { in EmulateB()