Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h147 PPC970_Shift = 3, enumerator
148 PPC970_Mask = 0x07 << PPC970_Shift
153 PPC970_Pseudo = 0 << PPC970_Shift, // Pseudo instruction
154 PPC970_FXU = 1 << PPC970_Shift, // Fixed Point (aka Integer/ALU) Unit
155 PPC970_LSU = 2 << PPC970_Shift, // Load Store Unit
156 PPC970_FPU = 3 << PPC970_Shift, // Floating Point Unit
157 PPC970_CRU = 4 << PPC970_Shift, // Control Register Unit
158 PPC970_VALU = 5 << PPC970_Shift, // Vector ALU
159 PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit
160 PPC970_BRU = 7 << PPC970_Shift // Branch Unit