Home
last modified time | relevance | path

Searched refs:operand3 (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/lib/
Dcolor.c171 E (o1, operand3), in parse_opt()
/external/vixl/src/vixl/a64/
Dlogic-a64.cc1267 uint64_t operand3 = src1.Uint(vform, i); in bif() local
1268 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()
1283 uint64_t operand3 = src1.Uint(vform, i); in bit() local
1284 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()
1299 uint64_t operand3 = src1.Uint(vform, i); in bsl() local
1300 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()