Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h874 ROTATE_DIR_SHIFT = 10, // bit position of rotate direction enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1524 << ((Imm >> ROTATE_DIR_SHIFT) & ROTATE_DIR_MASK) << ',' in printSwizzle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8563 Imm = ROTATE_MODE_ENC | (Direction << ROTATE_DIR_SHIFT) | in parseSwizzleRotate()