Home
last modified time | relevance | path

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

/external/python/bumble/bumble/
Davc.py46 class OperationCode(OpenIntEnum): class in Frame
195 opcode: OperationCode,
227 opcode: Frame.OperationCode,
265 opcode: Frame.OperationCode,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVLocation.cpp352 uint16_t OperationCode = getCodeViewOperationCode(Opcode); in getOperandsCodeViewInfo() local