Searched refs:SOPC (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 4632 #define SOPC(op) \ in sopc_is_signed() macro 4636 SOPC(eq) in sopc_is_signed() 4637 SOPC(lg) in sopc_is_signed() 4638 SOPC(gt) in sopc_is_signed() 4639 SOPC(ge) in sopc_is_signed() 4640 SOPC(lt) in sopc_is_signed() 4641 SOPC(le) in sopc_is_signed() 4642 default: unreachable("Not a valid SOPC instruction."); in sopc_is_signed() 4644 #undef SOPC in sopc_is_signed() macro 4650 #define SOPC(op in sopc_32_swapped() macro 4662 #undef SOPC sopc_32_swapped() macro [all...] |
H A D | aco_opcodes.py | 58 SOPC = 5 variable in Format 503 # SOPC instructions: 2 inputs and 0 outputs (+SCC) 504 SOPC = { variable 527 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in SOPC: 528 opcode(name, gfx7, gfx9, gfx10, Format.SOPC, InstrClass.Salu)
|
H A D | aco_ir.h | 75 SOPC = 5, member in aco::Format 1104 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; }
|
H A D | aco_assembler.cpp | 158 case Format::SOPC: { in emit_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 27 SOPC = 1 << 4,
|
H A D | SIInstrInfo.h | 374 return MI.getDesc().TSFlags & SIInstrFlags::SOPC; in isSOPC() 378 return get(Opcode).TSFlags & SIInstrFlags::SOPC; in isSOPC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3341 if (!(Desc.TSFlags & (SIInstrFlags::SOP2 | SIInstrFlags::SOPC))) in validateSOPLiteral()
|
Completed in 29 milliseconds