| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 56 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 59 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 56 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 59 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 56 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 59 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
| D | InstructionFactory.java | 45 Instruction makeInstruction10t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction10t() 46 Instruction makeInstruction10x(@Nonnull Opcode opcode); in makeInstruction10x() 47 Instruction makeInstruction11n(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction11n() 48 Instruction makeInstruction11x(@Nonnull Opcode opcode, int registerA); in makeInstruction11x() 49 Instruction makeInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB); in makeInstruction12x() 50 …ruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref reference); in makeInstruction20bc() 51 Instruction makeInstruction20t(@Nonnull Opcode opcode, int codeOffset); in makeInstruction20t() 52 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c() 53 Instruction makeInstruction21ih(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction21ih() 54 Instruction makeInstruction21lh(@Nonnull Opcode opcode, int registerA, long literal); in makeInstruction21lh() [all …]
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
| D | ImmutableInstructionFactory.java | 49 public ImmutableInstruction10t makeInstruction10t(@Nonnull Opcode opcode, in makeInstruction10t() 54 public ImmutableInstruction10x makeInstruction10x(@Nonnull Opcode opcode) { in makeInstruction10x() 58 public ImmutableInstruction11n makeInstruction11n(@Nonnull Opcode opcode, in makeInstruction11n() 64 public ImmutableInstruction11x makeInstruction11x(@Nonnull Opcode opcode, in makeInstruction11x() 69 public ImmutableInstruction12x makeInstruction12x(@Nonnull Opcode opcode, in makeInstruction12x() 75 public ImmutableInstruction20bc makeInstruction20bc(@Nonnull Opcode opcode, in makeInstruction20bc() 81 public ImmutableInstruction20t makeInstruction20t(@Nonnull Opcode opcode, in makeInstruction20t() 86 public ImmutableInstruction21c makeInstruction21c(@Nonnull Opcode opcode, in makeInstruction21c() 92 public ImmutableInstruction21ih makeInstruction21ih(@Nonnull Opcode opcode, in makeInstruction21ih() 98 public ImmutableInstruction21lh makeInstruction21lh(@Nonnull Opcode opcode, in makeInstruction21lh() [all …]
|
| /external/angle/third_party/vulkan-deps/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/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/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 …]
|
| /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/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/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/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/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/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/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/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/vulkan-deps/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/angle/third_party/vulkan-deps/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/angle/third_party/vulkan-deps/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/javassist/src/main/javassist/bytecode/analysis/ |
| D | Util.java | 28 int opcode = iter.byteAt(pos); in getJumpTarget() local 33 public static boolean isJumpInstruction(int opcode) { in isJumpInstruction() 37 public static boolean isGoto(int opcode) { in isGoto() 41 public static boolean isJsr(int opcode) { in isJsr() 45 public static boolean isReturn(int opcode) { in isReturn()
|