Searched refs:branch_type (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c5999 struct type *branch_type;
6006 branch_type =
6011 if (branch_type == NULL)
6015 TYPE_FIELD_TYPE (rtype, f) = branch_type;
6128 struct type *branch_type;
6148 branch_type =
6158 if (branch_type == NULL)
6166 TYPE_FIELD_TYPE (rtype, nfields - 1) = branch_type;
6170 TYPE_LENGTH (rtype) += TYPE_LENGTH (branch_type);
5987 struct type *branch_type; local
6116 struct type *branch_type; local
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_dbdma.c68 int branch_type, command; local
81 branch_type = DBDMA_ALWAYS;
83 branch_type = DBDMA_NEVER;
95 DBDMA_NEVER, branch_type, DBDMA_NEVER, 0);
97 if (branch_type == DBDMA_ALWAYS)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp507 BranchTo(bits(N) target, BranchType branch_type)
508 Hint_Branch(branch_type);
533 // Hint_Branch(branch_type);
1063 if branch_type == BranchType_CALL then X[30] = PC[] + 4;
1064 BranchTo(PC[] + offset, branch_type);
1077 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; local
1081 switch (branch_type) {
/freebsd-11-stable/sys/dev/bm/
H A Dif_bm.c772 uint8_t branch_type; local
829 branch_type = DBDMA_ALWAYS;
831 branch_type = DBDMA_NEVER;
840 branch_type, DBDMA_NEVER, 0);
842 if (branch_type == DBDMA_ALWAYS)

Completed in 160 milliseconds