Home
last modified time | relevance | path

Searched defs:I (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dvxeh2_vs.c37 S390Vector *v3, const uint8_t I) in vsld()
47 S390Vector *v3, const uint8_t I) in vsrd()
/qemu/target/ppc/
H A Dmem_helper.c406 #define I(x) (x) macro
407 LVE(LVEBX, cpu_ldub_data_ra, I, u8) in LVE() argument
434 #define I(x) (x) macro
H A Dint_helper.c1509 #define I(x, y) (x) macro
/qemu/crypto/
H A Dxts.c55 static void xts_mult_x(xts_uint128 *I) in xts_mult_x()
/qemu/target/hexagon/idef-parser/
H A Didef-parser.h70 I, enumerator
/qemu/tests/tcg/hexagon/
H A Dcirc.c233 #define check_load(I, RES, INC, SZ) __check_load(__LINE__, I, RES, INC, SZ) argument
/qemu/tcg/
H A Dtcg.c1012 #define HELPER_INFO_INIT(I) (&(I)->cif) argument
1013 #define HELPER_INFO_INIT_VAL(I) init_ffi_layout(I) argument
1015 #define HELPER_INFO_INIT(I) (&(I)->init) argument
1016 #define HELPER_INFO_INIT_VAL(I) 1 argument
/qemu/target/arm/tcg/
H A Dmve_helper.c865 #define DO_MOVI(N, I) (I) argument
866 #define DO_ANDI(N, I) ((N) & (I)) argument
867 #define DO_ORRI(N, I) ((N) | (I)) argument
/qemu/fpu/
H A Dsoftfloat.c880 #define parts_sint_to_float(P, I, Z, S) \ argument
888 #define parts_uint_to_float(P, I, Z, S) \ argument
/qemu/target/s390x/tcg/
H A Dtranslate.c972 #define I(N, B, S) { B, S, 1, FLD_C_i##N, FLD_O_i##N } macro