Home
last modified time | relevance | path

Searched defs:ByteIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits()
69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmrestag.c702 UINT32 ByteIndex = ACPI_DIV_8 (BitIndex); in AcpiDmGetResourceNode() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1165 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2303 uint64_t ByteIndex = M == -1 ? J : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1262 Value *ByteIndex = CGF.Builder.CreateAShr( in EmitBitTestIntrinsic() local