Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-pipeline.h181 uint32_t operand2, uint32_t operand3, in NON_EXPORTED_BASE()
191 SetOperand(3, operand3); in NON_EXPORTED_BASE()
/external/elfutils/lib/
Dcolor.c171 E (o1, operand3), in parse_opt()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1302 uint64_t operand3 = src1.Uint(vform, i); in bif() local
1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif()
1318 uint64_t operand3 = src1.Uint(vform, i); in bit() local
1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit()
1334 uint64_t operand3 = src1.Uint(vform, i); in bsl() local
1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()