Home
last modified time | relevance | path

Searched refs:opcodeType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp871 insn->opcodeType = ONEBYTE; in readOpcode()
880 insn->opcodeType = TWOBYTE; in readOpcode()
883 insn->opcodeType = THREEBYTE_38; in readOpcode()
886 insn->opcodeType = THREEBYTE_3A; in readOpcode()
897 insn->opcodeType = TWOBYTE; in readOpcode()
900 insn->opcodeType = THREEBYTE_38; in readOpcode()
903 insn->opcodeType = THREEBYTE_3A; in readOpcode()
907 insn->opcodeType = TWOBYTE; in readOpcode()
917 insn->opcodeType = XOP8_MAP; in readOpcode()
920 insn->opcodeType = XOP9_MAP; in readOpcode()
[all …]
DX86DisassemblerDecoder.h573 OpcodeType opcodeType; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c517 unsigned opcodeType, unsigned operandType,
2153 token0.opcodeType = vgpu10_opcode; in emit_opcode_precise()
2193 token0.opcodeType = VGPU10_OPCODE_RESINFO; in emit_opcode_resinfo()
2215 token0.opcodeType = vgpu10_opcode; in emit_sample_opcode()
2229 token1.opcodeType = VGPU10_EXTENDED_OPCODE_SAMPLE_CONTROLS; in emit_sample_opcode()
2253 opcode0.opcodeType = VGPU10_OPCODE_DISCARD; in emit_discard_opcode()
2876 token.opcodeType = VGPU10_OPCODE_CUSTOMDATA; in emit_vgpu10_immediates_block()
3088 opcode0.opcodeType = VGPU10_OPCODE_DCL_GS_INPUT_PRIMITIVE; in emit_property_instructions()
3094 opcode0.opcodeType = VGPU10_OPCODE_DCL_MAX_OUTPUT_VERTEX_COUNT; in emit_property_instructions()
3099 opcode0.opcodeType = VGPU10_OPCODE_DCL_GS_INSTANCE_COUNT; in emit_property_instructions()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h495 unsigned int opcodeType : 11; member
603 unsigned int opcodeType : 6; member
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h2010 OpcodeFormatType opcodeType = getOpcodeFormatType(instr); in S390OpcodeValue() local
2015 switch (opcodeType) { in S390OpcodeValue()