Searched refs:VINTRP (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp98 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr);
210 case Format::VINTRP: {
H A DREADME-ISA.md93 ## VINTRP encoding
193 ### VINTRP followed by a read with `v_readfirstlane` or `v_readlane`
H A Daco_validate.cpp126 else if ((uint32_t)base_format & (uint32_t)Format::VINTRP) {
131 /* v_interp_*_fp16 are considered VINTRP by the compiler but
136 base_format = Format::VINTRP;
145 base_format == Format::VOPC || base_format == Format::VINTRP,
H A Daco_opcodes.py76 VINTRP = 1 << 12 variable in class:Format
147 elif self == Format.VINTRP:
974 VINTRP = { variable
980 for (code, name) in VINTRP:
981 opcode(name, code, code, code, Format.VINTRP, InstrClass.Valu32)
H A Daco_print_ir.cpp348 case Format::VINTRP: {
H A Daco_ir.h104 VINTRP = 1 << 12, enumerator in enum:aco::Format
1284 constexpr bool isVINTRP() const noexcept { return (uint16_t)format & (uint16_t)Format::VINTRP; }
H A Daco_assembler.cpp302 case Format::VINTRP: {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst4309 - aco: validate v_interp_*_f16 as VOP3 instructions instead of VINTRP
4310 - aco: emit v_interp_*_f16 instructions as VOP3 instead of VINTRP
H A D19.3.0.rst3283 - aco: Support GFX10 VINTRP in aco_assembler.

Completed in 25 milliseconds