Home
last modified time | relevance | path

Searched refs:num2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc147 int32_t num1, int32_t num2, int32_t num3)
157 tcg_gen_rotri_i32(t2, t0, num2);
194 int64_t num1, int64_t num2, int64_t num3)
205 func2(t2, t0, num2);
249 int64_t num1, int64_t num2, int64_t num3)
261 tcg_gen_shri_i64(t2, t2, num2);
287 int64_t num1, int64_t num2, int64_t num3)
297 tcg_gen_rotri_i64(t2, t0, num2);
/openbmc/u-boot/common/
H A Dcli_readline.c474 int num2, col; in cread_line() local
484 num2 = num; in cread_line()
485 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line()
486 col = num2 - num; in cread_line()
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c835 int num2 = 0; in cfb_video_putc() local
893 num2 = ansi_buf[i]-'0'; in cfb_video_putc()
901 num2 *= 10; in cfb_video_putc()
902 num2 += ansi_buf[i]-'0'; in cfb_video_putc()
966 console_cursor_set_position(num1-1, num2-1); in cfb_video_putc()