Home
last modified time | relevance | path

Searched refs:NumAllocatedDwords (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h537 NumAllocatedDwords = AssembledTest::ScratchpadSlots; in reset()
761 return AssembledTest(codeBytes(), codeBytesSize(), NumAllocatedDwords); in assemble()
765 uint32_t allocateDword() { return NumAllocatedDwords++; } in allocateDword()
813 EXPECT_LT(Dword, NumAllocatedDwords); in dwordDisp()
814 assert(Dword < NumAllocatedDwords); in dwordDisp()
870 uint32_t NumAllocatedDwords; variable
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h649 NumAllocatedDwords = AssembledTest::ScratchpadSlots; in reset()
947 return AssembledTest(codeBytes(), codeBytesSize(), NumAllocatedDwords); in assemble()
951 uint32_t allocateDword() { return NumAllocatedDwords++; } in allocateDword()
1027 EXPECT_LT(Dword, NumAllocatedDwords); in dwordDisp()
1028 assert(Dword < NumAllocatedDwords); in dwordDisp()
1125 uint32_t NumAllocatedDwords; variable