Searched refs:operand3 (Results 1 – 2 of 2) sorted by relevance
171 E (o1, operand3), in parse_opt()
1267 uint64_t operand3 = src1.Uint(vform, i); in bif() local1268 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()1283 uint64_t operand3 = src1.Uint(vform, i); in bit() local1284 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()1299 uint64_t operand3 = src1.Uint(vform, i); in bsl() local1300 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()