Lines Matching full:immediate
20 /* The bit field of immediate value in I-type instruction */
27 /* The bit field of immediate value in J-type instruction */
41 * U-type IMMs contain the upper 20bits [31:20] of an immediate with
49 /* The bit field of immediate value in B-type instruction */
69 /* The bit field of immediate value in RVC J instruction */
94 /* The bit field of immediate value in RVC B instruction */
358 * Get the immediate from a J-type instruction.
361 * Return: immediate
369 * Update a J-type instruction with an immediate value.
372 * @imm: the immediate to insert into the instruction
385 * Put together one immediate from a U-type and I-type instruction pair.
387 * The U-type contains an upper immediate, meaning bits[31:12] with [11:0]
388 * being zero, while the I-type contains a 12bit immediate.
392 * @utype_insn: instruction containing the upper immediate
394 * Return: combined immediate
407 * Update a set of two instructions (U-type + I-type) with an immediate value.
410 * a 20bit upper immediate representing bits[31:12], while the I-type
411 * instruction contains a 12bit immediate representing bits[11:0].
414 * considered as signed values, so if the I-type immediate becomes
419 * @imm: the immediate to insert into the two instructions