Searched refs:jumpt (Results 1 – 1 of 1) sorted by relevance
2692 uint32_t jumpt = (BitFieldExtract(uoffset, 11, 1) << 10) | in EmitCJ() local2701 DCHECK(IsUint<11>(jumpt)); in EmitCJ()2703 uint32_t encoding = funct3 << 13 | jumpt << 2 | opcode; in EmitCJ()