Home
last modified time | relevance | path

Searched defs:rotate_bit (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc1283 Instr rotate_bit = (rot == 90) ? 0 : (1 << 16); in fcadd() local
1303 Instr rotate_bit = (rot / 90) << 13; in fcmla() local
1319 Instr rotate_bit = (rot / 90) << 10; in fcmla() local
6821 Instr rotate_bit = (rot == 90) ? 0 : (1 << 10); in cadd() local
6888 Instr rotate_bit = (rot / 90) << 10; in cmla() local
6905 Instr rotate_bit = (rot / 90) << 10; in cmla() local
7995 Instr rotate_bit = (rot == 90) ? 0 : (1 << 10); in sqcadd() local
8311 Instr rotate_bit = (rot / 90) << 10; in sqrdcmlah() local
8328 Instr rotate_bit = (rot / 90) << 10; in sqrdcmlah() local