Home
last modified time | relevance | path

Searched refs:zm_b (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2576 SimVRegister zm_b, zm_t; in Simulator() local
2578 pack_even_elements(vform_half, zm_b, zm); in Simulator()
2583 saddw(vform, zd, zn, zm_b); in Simulator()
2589 ssubw(vform, zd, zn, zm_b); in Simulator()
2595 uaddw(vform, zd, zn, zm_b); in Simulator()
2601 usubw(vform, zd, zn, zm_b); in Simulator()
2740 SimVRegister temp, zn_b, zm_b, zn_t, zm_t; in Simulator() local
2746 pack_even_elements(vform_half, zm_b, zm); in Simulator()
2752 sabdl(vform, zd, zn_b, zm_b); in Simulator()
2758 saddl(vform, zd, zn_b, zm_b); in Simulator()
2818 SimVRegister temp, zn_b, zm_b, zn_t, zm_t; Simulator() local
3046 SimVRegister temp, zn_b, zm_b, zn_t, zm_t; Simulator() local
3251 SimVRegister zero, zn_b, zm_b, zn_t, zm_t; Simulator() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc4540 unsigned zm_b[] = {0x00, 0x01, 0x10, 0x00, 0x81, 0x80, 0xff, 0xff};
4581 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, add_exp_b);
4600 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, sub_exp_b);
4611 unsigned zm_b[] = {0x01, 0x00, 0x0e, 0xfe, 0xfe, 0xab, 0xcd, 0x78};
4648 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, umax_exp_b);
4664 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, umin_exp_b);
4681 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, uabd_exp_b);
4692 int zm_b[] = {-1, 0, -1, -127, 127, 126, -1, 0};
4729 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, smax_exp_b);
4746 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, smin_exp_
[all...]

Completed in 15 milliseconds