Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_2

875       int32_t swl_2;
932 __ sw(a6, MemOperand(a0, OFFSET_OF(T, swl_2)));
934 __ swl(a6, MemOperand(a0, OFFSET_OF(T, swl_2) + 2));
988 CHECK_EQ(0x11aabbcc, t.swl_2);