Module cranelift_codegen_meta::cdsl::formats

source ยท

Structsยง

  • FormatField ๐Ÿ”’
    An immediate field in an instruction format.
  • FormatStructure ๐Ÿ”’
    A tuple serving as a key to deduplicate InstructionFormat.
  • InstructionFormat ๐Ÿ”’
    Every instruction opcode has a corresponding instruction format which determines the number of operands and their kinds. Instruction formats are identified structurally, i.e., the format of an instruction is derived from the kinds of operands used in its declaration.