Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Data_dbdma.c67 int branch_type, command; in ata_dbdma_setprd() local
80 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp478 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() local
1085 switch (branch_type) { in EmulateB()