/openbmc/qemu/tcg/ |
H A D | tcg.c | 657 #define C_N1O1_I1(O1, O2, I1) C_PFX3(c_n1o1_i1_, O1, O2, I1), argument 658 #define C_N2_I1(O1, O2, I1) C_PFX3(c_n2_i1_, O1, O2, I1), argument 660 #define C_O2_I1(O1, O2, I1) C_PFX3(c_o2_i1_, O1, O2, I1), argument 661 #define C_O2_I2(O1, O2, I1, I2) C_PFX4(c_o2_i2_, O1, O2, I1, I2), argument 662 #define C_O2_I3(O1, O2, I1, I2, I3) C_PFX5(c_o2_i3_, O1, O2, I1, I2, I3), argument 663 #define C_O2_I4(O1, O2, I1, I2, I3, I4) C_PFX6(c_o2_i4_, O1, O2, I1, I2, I3, I4), argument 664 #define C_N1_O1_I4(O1, O2, I1, I2, I3, I4) C_PFX6(c_n1_o1_i4_, O1, O2, I1, I2, I3, I4), argument 702 #define C_N1O1_I1(O1, O2, I1) { .args_ct_str = { "&" #O1, #O2, #I1 } }, argument 703 #define C_N2_I1(O1, O2, I1) { .args_ct_str = { "&" #O1, "&" #O2, #I1 } }, argument 705 #define C_O2_I1(O1, O2, I1) { .args_ct_str = { #O1, #O2, #I1 } }, argument [all …]
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_64.h | 14 #define O2 0x0a macro
|
H A D | bpf_jit_32.h | 25 #define O2 0x0a macro
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 383 #define DO_VLD4B(OP, O1, O2, O3, O4) \ in DO_VLDR64_SG() argument 405 #define DO_VLD4H(OP, O1, O2) \ argument 430 #define DO_VLD4W(OP, O1, O2, O3, O4) \ argument 468 #define DO_VLD2B(OP, O1, O2, O3, O4) \ argument 491 #define DO_VLD2H(OP, O1, O2, O3, O4) \ argument 515 #define DO_VLD2W(OP, O1, O2, O3, O4) \ argument 545 #define DO_VST4B(OP, O1, O2, O3, O4) \ argument 568 #define DO_VST4H(OP, O1, O2) \ argument 592 #define DO_VST4W(OP, O1, O2, O3, O4) \ argument 630 #define DO_VST2B(OP, O1, O2, O3, O4) \ argument [all …]
|
H A D | translate-neon.c | 836 #define DO_3SAME_BITSEL(INSN, O1, O2, O3) \ in DO_3SAME() argument
|
H A D | translate-a64.c | 8249 #define MAP(SF, O2, O1) ((SF) | (O1 << 1) | (O2 << 7)) in disas_data_proc_1src() argument
|