Home
last modified time | relevance | path

Searched refs:VOP3B (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_ir.h104 VOP3B = 1 << 11, enumerator
922 || ((uint16_t) format & (uint16_t) Format::VOP3B) == (uint16_t) Format::VOP3B in isVALU()
950 ((uint16_t) format & (uint16_t) Format::VOP3B); in isVOP3()
Daco_opcodes.py57 VOP3B = 1 << 11 variable in Format