Home
last modified time | relevance | path

Searched defs:opcode (Results 51 – 75 of 2583) sorted by relevance

12345678910>>...104

/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
H A Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
H A Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.core.grammar.json34 "opcode" : 0 number
38 "opcode" : 1, number
46 "opcode" : 2, number
53 "opcode" : 3, number
63 "opcode" : 4, number
70 "opcode" : 5, number
78 "opcode" : 6, number
87 "opcode" : 7, number
95 "opcode" : 8, number
104 "opcode" : 10, number
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp125 bool IsImplicitLod(spv::Op opcode) { in IsImplicitLod()
142 bool IsExplicitLod(spv::Op opcode) { in IsExplicitLod()
159 bool IsValidLodOperand(const ValidationState_t& _, spv::Op opcode) { in IsValidLodOperand()
170 bool IsValidGatherLodBiasAMD(const ValidationState_t& _, spv::Op opcode) { in IsValidGatherLodBiasAMD()
183 bool IsProj(spv::Op opcode) { in IsProj()
232 uint32_t GetMinCoordSize(spv::Op opcode, const ImageTypeInfo& info) { in GetMinCoordSize()
252 const spv::Op opcode = inst->opcode(); in ValidateImageOperands() local
711 bool IsSparse(spv::Op opcode) { in IsSparse()
740 const spv::Op opcode = inst->opcode(); in GetActualResultType() local
768 const char* GetActualResultTypeStr(spv::Op opcode) { in GetActualResultTypeStr()
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/direct/
H A DCodeObserver.java66 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid()
72 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs()
78 public void visitLocal(int opcode, int offset, int length, in visitLocal()
101 public void visitConstant(int opcode, int offset, int length, in visitConstant()
148 public void visitBranch(int opcode, int offset, int length, in visitBranch()
157 public void visitSwitch(int opcode, int offset, int length, in visitSwitch()
215 int opcode = bytes.getUnsignedByte(offset); in header() local
235 private void visitLiteralInt(int opcode, int offset, int length, in visitLiteralInt()
262 private void visitLiteralLong(int opcode, int offset, int length, in visitLiteralLong()
286 private void visitLiteralFloat(int opcode, int offset, int length, in visitLiteralFloat()
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java51 int opcode = byte0(opcodeUnit); in FORMAT_10X() local
68 int opcode = byte0(opcodeUnit); in FORMAT_12X() local
89 int opcode = byte0(opcodeUnit); in FORMAT_11N() local
110 int opcode = byte0(opcodeUnit); in FORMAT_11X() local
129 int opcode = byte0(opcodeUnit); in FORMAT_10T() local
148 int opcode = byte0(opcodeUnit); in FORMAT_20T() local
168 int opcode = byte0(opcodeUnit); in FORMAT_20BC() local
188 int opcode = byte0(opcodeUnit); in FORMAT_22X() local
210 int opcode = byte0(opcodeUnit); in FORMAT_21T() local
230 int opcode = byte0(opcodeUnit); in FORMAT_21S() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dreflect.h28 inline bool IsDebug1Inst(spv::Op opcode) { in IsDebug1Inst()
33 inline bool IsDebug2Inst(spv::Op opcode) { in IsDebug2Inst()
36 inline bool IsDebug3Inst(spv::Op opcode) { in IsDebug3Inst()
39 inline bool IsOpLineInst(spv::Op opcode) { in IsOpLineInst()
42 inline bool IsAnnotationInst(spv::Op opcode) { in IsAnnotationInst()
49 inline bool IsTypeInst(spv::Op opcode) { in IsTypeInst()
53 inline bool IsConstantInst(spv::Op opcode) { in IsConstantInst()
56 inline bool IsSpecConstantInst(spv::Op opcode) { in IsSpecConstantInst()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dreflect.h28 inline bool IsDebug1Inst(spv::Op opcode) { in IsDebug1Inst()
33 inline bool IsDebug2Inst(spv::Op opcode) { in IsDebug2Inst()
36 inline bool IsDebug3Inst(spv::Op opcode) { in IsDebug3Inst()
39 inline bool IsOpLineInst(spv::Op opcode) { in IsOpLineInst()
42 inline bool IsAnnotationInst(spv::Op opcode) { in IsAnnotationInst()
49 inline bool IsTypeInst(spv::Op opcode) { in IsTypeInst()
53 inline bool IsConstantInst(spv::Op opcode) { in IsConstantInst()
56 inline bool IsSpecConstantInst(spv::Op opcode) { in IsSpecConstantInst()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreflect.h28 inline bool IsDebug1Inst(spv::Op opcode) { in IsDebug1Inst()
33 inline bool IsDebug2Inst(spv::Op opcode) { in IsDebug2Inst()
36 inline bool IsDebug3Inst(spv::Op opcode) { in IsDebug3Inst()
39 inline bool IsOpLineInst(spv::Op opcode) { in IsOpLineInst()
42 inline bool IsAnnotationInst(spv::Op opcode) { in IsAnnotationInst()
49 inline bool IsTypeInst(spv::Op opcode) { in IsTypeInst()
53 inline bool IsConstantInst(spv::Op opcode) { in IsConstantInst()
56 inline bool IsSpecConstantInst(spv::Op opcode) { in IsSpecConstantInst()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_image.cpp125 bool IsImplicitLod(spv::Op opcode) { in IsImplicitLod()
142 bool IsExplicitLod(spv::Op opcode) { in IsExplicitLod()
159 bool IsValidLodOperand(const ValidationState_t& _, spv::Op opcode) { in IsValidLodOperand()
170 bool IsValidGatherLodBiasAMD(const ValidationState_t& _, spv::Op opcode) { in IsValidGatherLodBiasAMD()
183 bool IsProj(spv::Op opcode) { in IsProj()
232 uint32_t GetMinCoordSize(spv::Op opcode, const ImageTypeInfo& info) { in GetMinCoordSize()
252 const spv::Op opcode = inst->opcode(); in ValidateImageOperands() local
711 bool IsSparse(spv::Op opcode) { in IsSparse()
740 const spv::Op opcode = inst->opcode(); in GetActualResultType() local
768 const char* GetActualResultTypeStr(spv::Op opcode) { in GetActualResultTypeStr()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp125 bool IsImplicitLod(spv::Op opcode) { in IsImplicitLod()
142 bool IsExplicitLod(spv::Op opcode) { in IsExplicitLod()
159 bool IsValidLodOperand(const ValidationState_t& _, spv::Op opcode) { in IsValidLodOperand()
170 bool IsValidGatherLodBiasAMD(const ValidationState_t& _, spv::Op opcode) { in IsValidGatherLodBiasAMD()
183 bool IsProj(spv::Op opcode) { in IsProj()
232 uint32_t GetMinCoordSize(spv::Op opcode, const ImageTypeInfo& info) { in GetMinCoordSize()
252 const spv::Op opcode = inst->opcode(); in ValidateImageOperands() local
711 bool IsSparse(spv::Op opcode) { in IsSparse()
740 const spv::Op opcode = inst->opcode(); in GetActualResultType() local
768 const char* GetActualResultTypeStr(spv::Op opcode) { in GetActualResultTypeStr()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dextinst.nonsemantic.shader.debuginfo.100.grammar.json32 "opcode" : 0 number
36 "opcode" : 1, number
46 "opcode" : 2, number
56 "opcode" : 3, number
65 "opcode" : 4, number
73 "opcode" : 5, number
81 "opcode" : 6, number
89 "opcode" : 7, number
101 "opcode" : 8, number
110 "opcode" : 9, number
[all …]

12345678910>>...104