Home | History | Annotate | Download | only in cctest

Lines Matching full:dst4

1244     uint32_t dst4;
1313 t.dst4 = 0;
1333 CHECK_EQ(0x41424344u, t.dst4);
1363 uint32_t dst4;
1391 __ str(r2, MemOperand(r4, offsetof(T, dst4)));
1411 t.dst4 = 0;
1418 CHECK_EQ(0x11121313u, t.dst4);