Home
last modified time | relevance | path

Searched defs:opcode2 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py184 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc805 InstructionCode opcode2, Node* node) { in VisitPairBinop()