Home
last modified time | relevance | path

Searched refs:swap4 (Results 1 – 7 of 7) sorted by relevance

/external/vixl/examples/aarch64/
Dswap4.cc59 Label swap4; in main() local
60 masm.Bind(&swap4); in main()
80 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc466 TEST(swap4) { in TEST() argument
469 Label swap4; in TEST() local
470 masm.Bind(&swap4); in TEST()
483 TEST_FUNCTION(swap4); in TEST()
/external/rust/crates/ppv-lite86/src/
Dsoft.rs153 fwd_unop_x2!(swap4);
379 fwd_unop_x4!(swap4);
Dtypes.rs106 fn swap4(self) -> Self; in swap4() method
Dgeneric.rs278 fn swap4(self) -> Self {
/external/mesa3d/src/mesa/main/
Dpack.c1207 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1218 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
1235 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()
1323 else if (swap4) { in _mesa_unpack_image()
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs803 fn swap4(self) -> Self { in swap4() method
839 fn swap4(self) -> Self { in swap4() method