Home
last modified time | relevance | path

Searched refs:SOPC (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp4632 #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 Daco_opcodes.py58 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 Daco_ir.h75 SOPC = 5, member in aco::Format
1104 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; }
H A Daco_assembler.cpp158 case Format::SOPC: { in emit_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIDefines.h27 SOPC = 1 << 4,
H A DSIInstrInfo.h374 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 DAMDGPUAsmParser.cpp3341 if (!(Desc.TSFlags & (SIInstrFlags::SOP2 | SIInstrFlags::SOPC))) in validateSOPLiteral()

Completed in 25 milliseconds