Searched defs:vtype (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/binary_translation/intrinsics/riscv64/ |
D | vector_intrinsics.cc | 32 inline uint64_t VtypeToVlMax(uint8_t vtype) { in VtypeToVlMax() 57 std::tuple<uint64_t, uint64_t> Vsetivli(uint8_t avl, uint16_t vtype) { in Vsetivli() 61 std::tuple<uint64_t, uint64_t> Vsetvl(uint64_t avl, uint64_t vtype) { in Vsetvl() 71 std::tuple<uint64_t, uint64_t> Vsetvli(uint64_t avl, uint16_t vtype) { in Vsetvli() 81 std::tuple<uint64_t, uint64_t> Vsetvlmax(uint64_t vtype) { in Vsetvlmax() 85 std::tuple<uint64_t, uint64_t> Vsetvlimax(uint16_t vtype) { in Vsetvlimax()
|
/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/riscv64/guest_state/ |
D | guest_state_cpu_state.h | 41 uint64_t vtype; member
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter.h | 548 Register vtype = GetCsr<CsrName::kVtype>(); in OpVector() local 611 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 632 Register vtype, in OpVector() 665 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 683 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 753 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 792 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector()
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 332 uint64_t vtype, in RunTwoVectorArgsOneRes() 409 uint64_t vtype, in RunCommonVectorFunc() 534 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorInstructionInternal() local 746 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorReductionInstruction() local 859 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorIota() local 967 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestExtendingVectorInstruction() local 1118 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorPermutationInstruction() local 1304 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorMaskTargetInstruction() local
|
/frameworks/rs/ |
D | rsAllocation.cpp | 739 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() 750 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype, in rsi_AllocationCreateStrided() 763 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() 785 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap()
|
D | rsApiStubs.cpp | 332 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMi… in rsAllocationCreateTyped() 338 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocat… in rsAllocationCreateFromBitmap() 344 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAll… in rsAllocationCubeCreateFromBitmap() 350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation… in rsAllocationAdapterCreate()
|
D | rsHidlAdaptation.cpp | 1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocati… in AllocationAdapterCreate()
|
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 1121 void SetVlAndVtypeCsr(Register vl, Register vtype) { in SetVlAndVtypeCsr()
|
D | decoder.h | 933 uint16_t vtype; member 939 uint16_t vtype; member
|