Home
last modified time | relevance | path

Searched refs:operandA (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc458 const MemOperand& operandA, in AreConsistentForPair() argument
465 if (!operandA.base().Is(operandB.base()) || in AreConsistentForPair()
466 (operandA.addrmode() != Offset) || in AreConsistentForPair()
468 ((operandA.offset() & ((1 << access_size_log2) - 1)) != 0)) { in AreConsistentForPair()
473 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
474 is_int7(operandA.offset() >> access_size_log2)) { in AreConsistentForPair()
477 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
Dassembler-arm64.h667 static PairResult AreConsistentForPair(const MemOperand& operandA,
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c238 const GLenum operandA = combine->OperandA[term]; in texture_combine() local
288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) { in texture_combine()
/external/tpm2/
Dpart3.txt11938 operandA begins at offest into the NV index contents and has a size equal to the size of operandB. …
11939 TPM will perform the indicated arithmetic check using operandA and operandB. . If the check fails, …