Searched defs:vtype (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/ |
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 | 614 Register vtype = GetCsr<CsrName::kVtype>(); in OpVector() local 677 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 698 Register vtype, in OpVector() 731 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 749 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 819 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector() 858 void OpVector(const VOpArgs& args, Register vtype, ExtraArgs... extra_args) { in OpVector()
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 338 uint64_t vtype, in RunTwoVectorArgsOneRes() 415 uint64_t vtype, in RunCommonVectorFunc() 544 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorInstructionInternal() local 757 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorReductionInstruction() local 918 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorIota() local 1027 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestExtendingVectorInstruction() local 1178 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorPermutationInstruction() local 1364 uint64_t vtype = (vma << 7) | (vta << 6) | (vsew << 3) | vlmul; in TestVectorMaskTargetInstruction() local 12410 uint64_t vtype = 3; in TEST() 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 | 1104 void SetVlAndVtypeCsr(Register vl, Register vtype) { in SetVlAndVtypeCsr()
|
D | decoder.h | 938 uint16_t vtype; member 944 uint16_t vtype; member
|