Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1085 IValueT Opcode2 = 0; in emitInsertExtractInt() local
1095 Opcode2 = mask(Index, 0, 2); in emitInsertExtractInt()
1101 Opcode2 = (mask(Index, 0, 1) << 1) | B0; in emitInsertExtractInt()
1114 (getYInRegYXXXX(Dn) << 7) | (Opcode2 << 5); in emitInsertExtractInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp157 unsigned Opcode2) { in isReassociableOp() argument
160 (I->getOpcode() == Opcode1 || I->getOpcode() == Opcode2)) in isReassociableOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2339 int64_t Offset2, unsigned Opcode2) { in shouldClusterFI() argument
2351 int Scale2 = AArch64InstrInfo::getMemScale(Opcode2); in shouldClusterFI()