Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 2181) sorted by relevance

12345678910>>...88

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
28 return (opcode >= SpvOpSourceContinued && opcode <= SpvOpSourceExtension) || in IsDebug1Inst()
29 opcode == SpvOpString; in IsDebug1Inst()
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
35 return opcode == SpvOpModuleProcessed; in IsDebug3Inst()
37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() argument
38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsOpLineInst()
40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
28 return (opcode >= SpvOpSourceContinued && opcode <= SpvOpSourceExtension) || in IsDebug1Inst()
29 opcode == SpvOpString; in IsDebug1Inst()
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
35 return opcode == SpvOpModuleProcessed; in IsDebug3Inst()
37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() argument
38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsOpLineInst()
40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() argument
[all …]
/third_party/spirv-tools/source/opt/
Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
28 return (opcode >= SpvOpSourceContinued && opcode <= SpvOpSourceExtension) || in IsDebug1Inst()
29 opcode == SpvOpString; in IsDebug1Inst()
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
32 return opcode == SpvOpName || opcode == SpvOpMemberName; in IsDebug2Inst()
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
35 return opcode == SpvOpModuleProcessed; in IsDebug3Inst()
37 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() argument
38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
68 return ((uint32_t)opcode) | (((uint32_t)wordCount) << 16); in spvOpcodeMake()
128 const SpvOp opcode, in spvOpcodeTableValueLookup() argument
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
140 return lhs.opcode < rhs.opcode; in spvOpcodeTableValueLookup()
150 it != end && it->opcode == opcode; ++it) { in spvOpcodeTableValueLookup()
169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() argument
172 pInst->opcode = opcode; in spvInstructionCopy()
180 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()
186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() argument
[all …]
Dopcode.h32 uint32_t spvOpcodeMake(uint16_t word_count, SpvOp opcode);
36 uint16_t* opcode);
48 const SpvOp opcode,
55 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode,
61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
65 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode);
69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
72 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode);
75 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode);
79 int32_t spvOpcodeIsComposite(const SpvOp opcode);
[all …]
/third_party/spirv-tools/source/
Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
68 return ((uint32_t)opcode) | (((uint32_t)wordCount) << 16); in spvOpcodeMake()
128 const SpvOp opcode, in spvOpcodeTableValueLookup() argument
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
140 return lhs.opcode < rhs.opcode; in spvOpcodeTableValueLookup()
150 it != end && it->opcode == opcode; ++it) { in spvOpcodeTableValueLookup()
169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() argument
172 pInst->opcode = opcode; in spvInstructionCopy()
180 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()
186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() argument
[all …]
Dopcode.h32 uint32_t spvOpcodeMake(uint16_t word_count, SpvOp opcode);
36 uint16_t* opcode);
48 const SpvOp opcode,
55 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode,
61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
65 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode);
69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
72 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode);
75 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode);
79 int32_t spvOpcodeIsComposite(const SpvOp opcode);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() argument
68 return ((uint32_t)opcode) | (((uint32_t)wordCount) << 16); in spvOpcodeMake()
128 const SpvOp opcode, in spvOpcodeTableValueLookup() argument
136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup()
140 return lhs.opcode < rhs.opcode; in spvOpcodeTableValueLookup()
150 it != end && it->opcode == opcode; ++it) { in spvOpcodeTableValueLookup()
169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() argument
172 pInst->opcode = opcode; in spvInstructionCopy()
180 assert(opcode == static_cast<SpvOp>(thisOpcode) && in spvInstructionCopy()
186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() argument
[all …]
Dopcode.h32 uint32_t spvOpcodeMake(uint16_t word_count, SpvOp opcode);
36 uint16_t* opcode);
48 const SpvOp opcode,
55 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode,
61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
65 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode);
69 int32_t spvOpcodeIsConstant(const SpvOp opcode);
72 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode);
75 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode);
79 int32_t spvOpcodeIsComposite(const SpvOp opcode);
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_atomics.cpp50 bool HasReturnType(uint32_t opcode) { in HasReturnType() argument
51 switch (opcode) { in HasReturnType()
61 bool HasOnlyFloatReturnType(uint32_t opcode) { in HasOnlyFloatReturnType() argument
62 switch (opcode) { in HasOnlyFloatReturnType()
73 bool HasOnlyIntReturnType(uint32_t opcode) { in HasOnlyIntReturnType() argument
74 switch (opcode) { in HasOnlyIntReturnType()
95 bool HasIntOrFloatReturnType(uint32_t opcode) { in HasIntOrFloatReturnType() argument
96 switch (opcode) { in HasIntOrFloatReturnType()
106 bool HasOnlyBoolReturnType(uint32_t opcode) { in HasOnlyBoolReturnType() argument
107 switch (opcode) { in HasOnlyBoolReturnType()
[all …]
Dvalidate_arithmetics.cpp31 const SpvOp opcode = inst->opcode(); in ArithmeticsPass() local
34 switch (opcode) { in ArithmeticsPass()
43 (opcode != SpvOpFMul && opcode != SpvOpFRem && opcode != SpvOpFMod); in ArithmeticsPass()
49 << spvOpcodeString(opcode); in ArithmeticsPass()
56 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
64 bool supportsCoopMat = (opcode == SpvOpUDiv); in ArithmeticsPass()
71 << spvOpcodeString(opcode); in ArithmeticsPass()
78 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
97 << spvOpcodeString(opcode); in ArithmeticsPass()
[all …]
Dvalidate_conversion.cpp30 const SpvOp opcode = inst->opcode(); in ConversionPass() local
33 switch (opcode) { in ConversionPass()
40 << spvOpcodeString(opcode); in ConversionPass()
48 << spvOpcodeString(opcode); in ConversionPass()
59 << spvOpcodeString(opcode); in ConversionPass()
70 << spvOpcodeString(opcode); in ConversionPass()
78 << spvOpcodeString(opcode); in ConversionPass()
89 << spvOpcodeString(opcode); in ConversionPass()
102 << spvOpcodeString(opcode); in ConversionPass()
110 << spvOpcodeString(opcode); in ConversionPass()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_atomics.cpp50 bool HasReturnType(uint32_t opcode) { in HasReturnType() argument
51 switch (opcode) { in HasReturnType()
61 bool HasOnlyFloatReturnType(uint32_t opcode) { in HasOnlyFloatReturnType() argument
62 switch (opcode) { in HasOnlyFloatReturnType()
73 bool HasOnlyIntReturnType(uint32_t opcode) { in HasOnlyIntReturnType() argument
74 switch (opcode) { in HasOnlyIntReturnType()
95 bool HasIntOrFloatReturnType(uint32_t opcode) { in HasIntOrFloatReturnType() argument
96 switch (opcode) { in HasIntOrFloatReturnType()
106 bool HasOnlyBoolReturnType(uint32_t opcode) { in HasOnlyBoolReturnType() argument
107 switch (opcode) { in HasOnlyBoolReturnType()
[all …]
Dvalidate_arithmetics.cpp31 const SpvOp opcode = inst->opcode(); in ArithmeticsPass() local
34 switch (opcode) { in ArithmeticsPass()
43 (opcode != SpvOpFMul && opcode != SpvOpFRem && opcode != SpvOpFMod); in ArithmeticsPass()
49 << spvOpcodeString(opcode); in ArithmeticsPass()
56 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
64 bool supportsCoopMat = (opcode == SpvOpUDiv); in ArithmeticsPass()
71 << spvOpcodeString(opcode); in ArithmeticsPass()
78 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
97 << spvOpcodeString(opcode); in ArithmeticsPass()
[all …]
Dvalidate_conversion.cpp30 const SpvOp opcode = inst->opcode(); in ConversionPass() local
33 switch (opcode) { in ConversionPass()
40 << spvOpcodeString(opcode); in ConversionPass()
48 << spvOpcodeString(opcode); in ConversionPass()
59 << spvOpcodeString(opcode); in ConversionPass()
70 << spvOpcodeString(opcode); in ConversionPass()
78 << spvOpcodeString(opcode); in ConversionPass()
89 << spvOpcodeString(opcode); in ConversionPass()
102 << spvOpcodeString(opcode); in ConversionPass()
110 << spvOpcodeString(opcode); in ConversionPass()
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_atomics.cpp50 bool HasReturnType(uint32_t opcode) { in HasReturnType() argument
51 switch (opcode) { in HasReturnType()
61 bool HasOnlyFloatReturnType(uint32_t opcode) { in HasOnlyFloatReturnType() argument
62 switch (opcode) { in HasOnlyFloatReturnType()
73 bool HasOnlyIntReturnType(uint32_t opcode) { in HasOnlyIntReturnType() argument
74 switch (opcode) { in HasOnlyIntReturnType()
95 bool HasIntOrFloatReturnType(uint32_t opcode) { in HasIntOrFloatReturnType() argument
96 switch (opcode) { in HasIntOrFloatReturnType()
106 bool HasOnlyBoolReturnType(uint32_t opcode) { in HasOnlyBoolReturnType() argument
107 switch (opcode) { in HasOnlyBoolReturnType()
[all …]
Dvalidate_arithmetics.cpp31 const SpvOp opcode = inst->opcode(); in ArithmeticsPass() local
34 switch (opcode) { in ArithmeticsPass()
43 (opcode != SpvOpFMul && opcode != SpvOpFRem && opcode != SpvOpFMod); in ArithmeticsPass()
49 << spvOpcodeString(opcode); in ArithmeticsPass()
56 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
64 bool supportsCoopMat = (opcode == SpvOpUDiv); in ArithmeticsPass()
71 << spvOpcodeString(opcode); in ArithmeticsPass()
78 << spvOpcodeString(opcode) << " operand index " in ArithmeticsPass()
92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
97 << spvOpcodeString(opcode); in ArithmeticsPass()
[all …]
Dvalidate_conversion.cpp30 const SpvOp opcode = inst->opcode(); in ConversionPass() local
33 switch (opcode) { in ConversionPass()
40 << spvOpcodeString(opcode); in ConversionPass()
48 << spvOpcodeString(opcode); in ConversionPass()
59 << spvOpcodeString(opcode); in ConversionPass()
70 << spvOpcodeString(opcode); in ConversionPass()
78 << spvOpcodeString(opcode); in ConversionPass()
89 << spvOpcodeString(opcode); in ConversionPass()
102 << spvOpcodeString(opcode); in ConversionPass()
110 << spvOpcodeString(opcode); in ConversionPass()
[all …]
/third_party/elfutils/tests/
Drun-readelf-line.sh65 [ 35] extended opcode 2: set address to 0x80482f0 <main>
68 [ 3f] special opcode 159: address+10 = 0x80482fa <main+0xa>, line+1 = 17
69 [ 40] special opcode 117: address+7 = 0x8048301 <main+0x11>, line+1 = 18
71 [ 43] special opcode 200: address+13 = 0x804830e <main+0x1e>, line+0 = 9
72 [ 44] special opcode 48: address+2 = 0x8048310 <main+0x20>, line+2 = 11
73 [ 45] special opcode 58: address+3 = 0x8048313 <main+0x23>, line-2 = 9
74 [ 46] special opcode 48: address+2 = 0x8048315 <main+0x25>, line+2 = 11
75 [ 47] special opcode 44: address+2 = 0x8048317 <main+0x27>, line-2 = 9
77 [ 4a] special opcode 46: address+2 = 0x8048319 <main+0x29>, line+0 = 22
79 [ 4d] special opcode 60: address+3 = 0x804831c <main+0x2c>, line+0 = 9
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderParse.c286 struct Shader_opcode *opcode) in Shader_parse_opcode() argument
298 memset(opcode, 0, sizeof *opcode); in Shader_parse_opcode()
301 opcode->type = DECODE_D3D10_SB_OPCODE_TYPE(*curr); in Shader_parse_opcode()
303 if (opcode->type == D3D10_SB_OPCODE_CUSTOMDATA) { in Shader_parse_opcode()
304 opcode->customdata._class = DECODE_D3D10_SB_CUSTOMDATA_CLASS(*curr); in Shader_parse_opcode()
307 assert(opcode->customdata._class == D3D10_SB_CUSTOMDATA_DCL_IMMEDIATE_CONSTANT_BUFFER); in Shader_parse_opcode()
309 opcode->customdata.u.constbuf.count = *curr - 2; in Shader_parse_opcode()
312opcode->customdata.u.constbuf.data = MALLOC(opcode->customdata.u.constbuf.count * sizeof(unsigned)… in Shader_parse_opcode()
313 assert(opcode->customdata.u.constbuf.data); in Shader_parse_opcode()
315 memcpy(opcode->customdata.u.constbuf.data, in Shader_parse_opcode()
[all …]
DShaderTGSI.c1168 struct Shader_opcode *opcode, in sample_ureg_emit() argument
1177 if (opcode->imm_texel_offset.u || in sample_ureg_emit()
1178 opcode->imm_texel_offset.v || in sample_ureg_emit()
1179 opcode->imm_texel_offset.w) { in sample_ureg_emit()
1184 opcode->imm_texel_offset.u, in sample_ureg_emit()
1185 opcode->imm_texel_offset.v, in sample_ureg_emit()
1186 opcode->imm_texel_offset.w); in sample_ureg_emit()
1207 struct Shader_xlate *sx, struct Shader_opcode *opcode) in expand_unary_to_scalarf() argument
1210 struct ureg_dst dst = translate_dst_operand(sx, &opcode->dst[0], in expand_unary_to_scalarf()
1211 opcode->saturate); in expand_unary_to_scalarf()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h27 inline bool IsDebugInst(SpvOp opcode) { in IsDebugInst() argument
28 return (opcode >= SpvOpSourceContinued && opcode <= SpvOpLine) || in IsDebugInst()
29 opcode == SpvOpNoLine || opcode == SpvOpModuleProcessed; in IsDebugInst()
31 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() argument
32 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
34 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() argument
35 return opcode >= SpvOpDecorate && opcode <= SpvOpGroupMemberDecorate; in IsAnnotationInst()
37 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() argument
38 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
39 opcode == SpvOpTypePipeStorage || opcode == SpvOpTypeNamedBarrier; in IsTypeInst()
[all …]
/third_party/python/Lib/test/
Dtest_dis.py526 for opcode, opname in enumerate(dis.opname):
533 if opcode < dis.HAVE_ARGUMENT:
968 …Instruction(opname='LOAD_CONST', opcode=100, arg=8, argval=(3, 4), argrepr='(3, 4)', offset=0, sta…
969 …Instruction(opname='LOAD_CLOSURE', opcode=135, arg=0, argval='a', argrepr='a', offset=2, starts_li…
970 …Instruction(opname='LOAD_CLOSURE', opcode=135, arg=1, argval='b', argrepr='b', offset=4, starts_li…
971 …Instruction(opname='BUILD_TUPLE', opcode=102, arg=2, argval=2, argrepr='', offset=6, starts_line=N…
972 …Instruction(opname='LOAD_CONST', opcode=100, arg=3, argval=code_object_f, argrepr=repr(code_object…
973 …Instruction(opname='LOAD_CONST', opcode=100, arg=4, argval='outer.<locals>.f', argrepr="'outer.<lo…
974 …Instruction(opname='MAKE_FUNCTION', opcode=132, arg=9, argval=9, argrepr='defaults, closure', offs…
975 …Instruction(opname='STORE_FAST', opcode=125, arg=2, argval='f', argrepr='f', offset=14, starts_lin…
[all …]
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log8 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
11 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
14 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
27 t3 opcode: CP_INVALIDATE_STATE (3b) (2 dwords)
29 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
32 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
35 t3 opcode: CP_SET_CONSTANT (2d) (4 dwords)
39 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
42 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
45 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords)
[all …]
/third_party/openssl/crypto/perlasm/
Dx86_64-xlate.pl157 { package opcode; # pick up opcodes package
295 die if ($opcode->mnemonic() ne "mov");
296 $opcode->mnemonic("lea");
300 $self->{opcode} = $opcode;
356 my $mnemonic = $self->{opcode}->mnemonic();
383 my ($class, $line, $opcode) = @_;
393 $opcode->size($self->size());
492 my ($class, $line, $opcode) = @_;
505 $self->{opcode} = $opcode;
511 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) {
[all …]

12345678910>>...88