Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/dev/acpica/common/
H A Ddmrestag.c711 UINT32 ByteIndex = ACPI_DIV_8 (BitIndex); in AcpiDmGetResourceNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1163 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2320 uint64_t ByteIndex = M == -1 ? J : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1272 Value *ByteIndex = CGF.Builder.CreateAShr( in EmitBitTestIntrinsic() local