Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-adcox.c15 void test_adox_adcx(uint32_t in_c, uint32_t in_o, REG adcx_operand, REG adox_operand) in test_adox_adcx() argument
22 flags |= (in_c ? CC_C : 0); in test_adox_adcx()
34 assert(out_adcx == in_c + adcx_operand - 1); in test_adox_adcx()
36 assert(!!(flags & CC_C) == (in_c || adcx_operand)); in test_adox_adcx()
40 void test_adcx_adox(uint32_t in_c, uint32_t in_o, REG adcx_operand, REG adox_operand) in test_adcx_adox() argument
47 flags |= (in_c ? CC_C : 0); in test_adcx_adox()
59 assert(out_adcx == in_c + adcx_operand - 1); in test_adcx_adox()
61 assert(!!(flags & CC_C) == (in_c || adcx_operand)); in test_adcx_adox()
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c538 uint64_t in_c) in do_dup() argument
551 in_c = dup_const(vece, in_c); in do_dup()
552 if (in_c == 0) { in do_dup()
555 } else if (in_c == dup_const(MO_8, in_c)) { in do_dup()
574 tcg_gen_dupi_vec(vece, t_vec, in_c); in do_dup()
609 && (in_c == 0 || in_c == -1 in do_dup()
611 t_64 = tcg_constant_i64(in_c); in do_dup()
613 t_32 = tcg_constant_i32(in_c); in do_dup()
654 t_val = tcg_constant_i32(in_c); in do_dup()
671 t_64 = tcg_constant_i64(in_c); in do_dup()
[all …]
/openbmc/linux/drivers/clk/meson/
H A Daxg-audio.c484 AUD_TDM_SCLK_MUX(in_c, AUDIO_CLK_TDMIN_C_CTRL);
499 AUD_TDM_SCLK_PRE_EN(in_c, AUDIO_CLK_TDMIN_C_CTRL);
514 AUD_TDM_SCLK_POST_EN(in_c, AUDIO_CLK_TDMIN_C_CTRL);
529 AUD_TDM_SCLK(in_c, AUDIO_CLK_TDMIN_C_CTRL);
538 AUD_TDM_LRLCK(in_c, AUDIO_CLK_TDMIN_C_CTRL);