Home
last modified time | relevance | path

Searched refs:instruction_opcode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
170 switch (instruction_opcode) { in IsInstructionSuitable()
203 switch (instruction_opcode) { in IsInstructionSuitable()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
170 switch (instruction_opcode) { in IsInstructionSuitable()
203 switch (instruction_opcode) { in IsInstructionSuitable()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
170 switch (instruction_opcode) { in IsInstructionSuitable()
203 switch (instruction_opcode) { in IsInstructionSuitable()
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dgram.y3318 static inline int instruction_opcode(struct brw_program_instruction *insn) in instruction_opcode() function
3336 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in branch_offset()
3346 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in branch_offset()
3359 assert(instruction_opcode(insn) != BRW_OPCODE_JMPI); in set_branch_two_offsets()
3380 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in set_branch_one_offset()
3385 if ((instruction_opcode(insn) == BRW_OPCODE_CALL) || in set_branch_one_offset()
3386 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in set_branch_one_offset()
3393 if (instruction_opcode(insn) == BRW_OPCODE_ELSE) in set_branch_one_offset()