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()
760 return AssembledTest(codeBytes(), codeBytesSize(), NumAllocatedDwords); in assemble()
764 uint32_t allocateDword() { return NumAllocatedDwords++; } in allocateDword()
812 EXPECT_LT(Dword, NumAllocatedDwords); in dwordDisp()
813 assert(Dword < NumAllocatedDwords); in dwordDisp()
869 uint32_t NumAllocatedDwords; variable
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h649 NumAllocatedDwords = AssembledTest::ScratchpadSlots; in reset()
946 return AssembledTest(codeBytes(), codeBytesSize(), NumAllocatedDwords); in assemble()
950 uint32_t allocateDword() { return NumAllocatedDwords++; } in allocateDword()
1026 EXPECT_LT(Dword, NumAllocatedDwords); in dwordDisp()
1027 assert(Dword < NumAllocatedDwords); in dwordDisp()
1124 uint32_t NumAllocatedDwords; variable