Searched refs:unsigned_field_width (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | encode.rs | 26 bits |= unsigned_field_width(opcode, 7); in encode_r_type_bits() 27 bits |= unsigned_field_width(rd, 5) << 7; in encode_r_type_bits() 28 bits |= unsigned_field_width(funct3, 3) << 12; in encode_r_type_bits() 29 bits |= unsigned_field_width(rs1, 5) << 15; in encode_r_type_bits() 30 bits |= unsigned_field_width(rs2, 5) << 20; in encode_r_type_bits() 59 bits |= unsigned_field_width(opcode, 7); in encode_i_type_bits() 60 bits |= unsigned_field_width(rd, 5) << 7; in encode_i_type_bits() 62 bits |= unsigned_field_width(rs1, 5) << 15; in encode_i_type_bits() 85 bits |= unsigned_field_width(opcode, 7); in encode_s_type() 241 bits |= unsigned_field_width(opcode, 7); in encode_vcfg_imm() [all …]
|