Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py167 for operand_kind in core["operand_kinds"]:
168 if 'enumerants' in operand_kind:
169 for e in operand_kind['enumerants']:
192 for operand_kind in debuginfo["operand_kinds"]:
193 if 'enumerants' in operand_kind:
194 for e in operand_kind['enumerants']:
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py167 for operand_kind in core["operand_kinds"]:
168 if 'enumerants' in operand_kind:
169 for e in operand_kind['enumerants']:
192 for operand_kind in debuginfo["operand_kinds"]:
193 if 'enumerants' in operand_kind:
194 for e in operand_kind['enumerants']:
/external/v8/src/compiler/
Dinstruction.h428 LocationOperand(InstructionOperand::Kind operand_kind, in LocationOperand() argument
431 : InstructionOperand(operand_kind) { in LocationOperand()