| /external/deqp-deps/SPIRV-Tools/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) { in spvOpcodeMake() 149 const spv::Op opcode, in spvOpcodeTableValueLookup() 190 void spvInstructionCopy(const uint32_t* words, const spv::Op opcode, in spvInstructionCopy() 207 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 229 const char* spvOpcodeString(const spv::Op opcode) { in spvOpcodeString() 233 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() 244 int32_t spvOpcodeIsSpecConstant(const spv::Op opcode) { in spvOpcodeIsSpecConstant() 258 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant() 280 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() 284 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant() [all …]
|
| /external/angle/third_party/spirv-tools/src/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) { in spvOpcodeMake() 149 const spv::Op opcode, in spvOpcodeTableValueLookup() 190 void spvInstructionCopy(const uint32_t* words, const spv::Op opcode, in spvInstructionCopy() 207 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 229 const char* spvOpcodeString(const spv::Op opcode) { in spvOpcodeString() 233 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() 244 int32_t spvOpcodeIsSpecConstant(const spv::Op opcode) { in spvOpcodeIsSpecConstant() 258 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant() 282 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() 286 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, spv::Op opcode) { in spvOpcodeMake() 128 const spv::Op opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const spv::Op opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 const char* spvOpcodeString(const spv::Op opcode) { in spvOpcodeString() 211 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() 222 int32_t spvOpcodeIsSpecConstant(const spv::Op opcode) { in spvOpcodeIsSpecConstant() 235 int32_t spvOpcodeIsConstant(const spv::Op opcode) { in spvOpcodeIsConstant() 255 bool spvOpcodeIsConstantOrUndef(const spv::Op opcode) { in spvOpcodeIsConstantOrUndef() 259 bool spvOpcodeIsScalarSpecConstant(const spv::Op opcode) { in spvOpcodeIsScalarSpecConstant() [all …]
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
| D | InstructionFactory.java | 44 Instruction makeInstruction10t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction10t() 45 Instruction makeInstruction10x(@Nonnull Opcode opcode); in makeInstruction10x() 46 Instruction makeInstruction11n(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction11n() 47 Instruction makeInstruction11x(@Nonnull Opcode opcode, int registerA); in makeInstruction11x() 48 Instruction makeInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB); in makeInstruction12x() 49 …ruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref reference); in makeInstruction20bc() 50 Instruction makeInstruction20t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction20t() 51 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c() 52 Instruction makeInstruction21ih(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction21ih() 53 Instruction makeInstruction21lh(@Nonnull Opcode opcode, int registerA, long literal); in makeInstruction21lh() [all …]
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ |
| D | ImmutableInstructionFactory.java | 48 public ImmutableInstruction10t makeInstruction10t(@Nonnull Opcode opcode, in makeInstruction10t() 53 public ImmutableInstruction10x makeInstruction10x(@Nonnull Opcode opcode) { in makeInstruction10x() 57 public ImmutableInstruction11n makeInstruction11n(@Nonnull Opcode opcode, in makeInstruction11n() 63 public ImmutableInstruction11x makeInstruction11x(@Nonnull Opcode opcode, in makeInstruction11x() 68 public ImmutableInstruction12x makeInstruction12x(@Nonnull Opcode opcode, in makeInstruction12x() 74 public ImmutableInstruction20bc makeInstruction20bc(@Nonnull Opcode opcode, in makeInstruction20bc() 80 public ImmutableInstruction20t makeInstruction20t(@Nonnull Opcode opcode, in makeInstruction20t() 85 public ImmutableInstruction21c makeInstruction21c(@Nonnull Opcode opcode, in makeInstruction21c() 91 public ImmutableInstruction21ih makeInstruction21ih(@Nonnull Opcode opcode, in makeInstruction21ih() 97 public ImmutableInstruction21lh makeInstruction21lh(@Nonnull Opcode opcode, in makeInstruction21lh() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | reflect.h | 28 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()
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | reflect.h | 28 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()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | reflect.h | 28 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()
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_opcode_utils.h | 15 #define IS_WITHIN_OPCODE_RANGE(opcode) \ argument 19 #define IS_BLOCK_PUSH_OPCODE(opcode) \ argument 24 #define HAS_TARGET(opcode) \ argument 28 #define IS_TERMINATOR_OPCODE(opcode) \ argument 32 #define IS_ASSEMBLER_OPCODE(opcode) \ argument 37 #define IS_BACKWARDS_JUMP_OPCODE(opcode) \ argument 41 #define IS_UNCONDITIONAL_JUMP_OPCODE(opcode) \ argument 48 #define IS_SCOPE_EXIT_OPCODE(opcode) \ argument
|
| /external/shaderc/spirv-headers/include/spirv/unified1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/angle/third_party/spirv-headers/src/include/spirv/unified1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/shaderc/spirv-headers/include/spirv/1.1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/shaderc/spirv-headers/include/spirv/1.0/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/shaderc/spirv-headers/include/spirv/1.2/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
| D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|