Searched refs:C_PFX2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 638 #define C_PFX2(P, A, B) P##A##_##B macro 647 #define C_O0_I2(I1, I2) C_PFX2(c_o0_i2_, I1, I2), 651 #define C_O1_I1(O1, I1) C_PFX2(c_o1_i1_, O1, I1), 736 #define C_O0_I2(I1, I2) C_PFX2(c_o0_i2_, I1, I2) 740 #define C_O1_I1(O1, I1) C_PFX2(c_o1_i1_, O1, I1)
|