OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZeroFlag
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp
267
const uint32_t
ZeroFlag
= allocateDword(); \
278
__ setcc(Cond::Br_e, dwordAddress(
ZeroFlag
)); \
282
test.setDwordTo(
ZeroFlag
, uint32_t(0xFF)); \
287
ASSERT_EQ(1u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
292
ASSERT_EQ(0u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
340
const uint32_t
ZeroFlag
= allocateDword(); \
348
__ setcc(Cond::Br_e, dwordAddress(
ZeroFlag
)); \
352
test.setDwordTo(
ZeroFlag
, uint32_t(0xFF)); \
358
ASSERT_EQ(1u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
361
ASSERT_EQ(0u, test.contentsOfDword(
ZeroFlag
)) << TestString;
[
all
...]
GPRArith.cpp
[
all
...]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Locked.cpp
296
const uint32_t
ZeroFlag
= allocateDword(); \
305
__ setcc(Cond::Br_e, dwordAddress(
ZeroFlag
)); \
309
test.setDwordTo(
ZeroFlag
, uint32_t(0xFF)); \
314
ASSERT_EQ(1u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
319
ASSERT_EQ(0u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
367
const uint32_t
ZeroFlag
= allocateDword(); \
375
__ setcc(Cond::Br_e, dwordAddress(
ZeroFlag
)); \
379
test.setDwordTo(
ZeroFlag
, uint32_t(0xFF)); \
385
ASSERT_EQ(1u, test.contentsOfDword(
ZeroFlag
)) << TestString; \
388
ASSERT_EQ(0u, test.contentsOfDword(
ZeroFlag
)) << TestString;
[
all
...]
GPRArith.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
725
NonLoc
ZeroFlag
= C.getSValBuilder()
729
Flags,
ZeroFlag
,
[
all
...]
Completed in 99 milliseconds