Home | History | Annotate | Download | only in AMDGPU

Lines Matching full:bitwidth

2645       uint32_t BitWidth = (Imm & 0x7f0000) >> 16; // Extract bits [22:16].
2648 Inst.addOperand(MachineOperand::CreateImm(BitWidth));
2867 uint32_t BitWidth = (Imm & 0x7f0000) >> 16; // Extract bits [22:16].
2872 assert(Inst.getOpcode() == AMDGPU::S_BFE_I64 && BitWidth <= 32 &&
2875 if (BitWidth < 32) {
2883 .addImm(BitWidth);