Searched refs:gen8_src1_imm_ud (Results 1 – 2 of 2) sorted by relevance
697 format(file, "0x%08xUD", gen8_src1_imm_ud(inst)); in imm()703 format(file, "0x%04xUW", (uint16_t) gen8_src1_imm_ud(inst)); in imm()709 format(file, "0x%02xUB", (int8_t) gen8_src1_imm_ud(inst)); in imm()715 format(file, "0x%08xV", gen8_src1_imm_ud(inst)); in imm()
279 static inline unsigned gen8_src1_imm_ud(struct gen8_instruction *insn) in gen8_src1_imm_ud() function