Searched refs:operand3 (Results 1 – 3 of 3) sorted by relevance
181 uint32_t operand2, uint32_t operand3, in NON_EXPORTED_BASE()191 SetOperand(3, operand3); in NON_EXPORTED_BASE()
171 E (o1, operand3), in parse_opt()
1302 uint64_t operand3 = src1.Uint(vform, i); in bif() local1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()1318 uint64_t operand3 = src1.Uint(vform, i); in bit() local1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()1334 uint64_t operand3 = src1.Uint(vform, i); in bsl() local1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()