Searched defs:WHICH (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/tcg/aarch64/ |
H A D | bti-3.c | 25 #define TEST(WHICH, EXPECT) \ argument
|
H A D | bti-1.c | 31 #define TEST(WHICH, DEST, EXPECT) \ argument
|
H A D | bti-2.c | 49 #define TEST(WHICH, DEST, EXPECT) \ argument
|
/qemu/target/arm/ |
H A D | cpu.h | 3060 #define DP_TBFLAG_ANY(DST, WHICH, VAL) \ argument 3062 #define DP_TBFLAG_A64(DST, WHICH, VAL) \ argument 3064 #define DP_TBFLAG_A32(DST, WHICH, VAL) \ argument 3066 #define DP_TBFLAG_M32(DST, WHICH, VAL) \ argument 3068 #define DP_TBFLAG_AM32(DST, WHICH, VAL) \ argument 3071 #define EX_TBFLAG_ANY(IN, WHICH) FIELD_EX32(IN.flags, TBFLAG_ANY, WHICH) argument 3072 #define EX_TBFLAG_A64(IN, WHICH) FIELD_EX64(IN.flags2, TBFLAG_A64, WHICH) argument 3073 #define EX_TBFLAG_A32(IN, WHICH) FIELD_EX32(IN.flags2, TBFLAG_A32, WHICH) argument 3074 #define EX_TBFLAG_M32(IN, WHICH) FIELD_EX32(IN.flags2, TBFLAG_M32, WHICH) argument 3075 #define EX_TBFLAG_AM32(IN, WHICH) FIELD_EX32(IN.flags2, TBFLAG_AM32, WHICH) argument
|
/qemu/disas/ |
H A D | hppa.c | 1677 #define GET_BIT(X, WHICH) \ argument
|
/qemu/target/alpha/ |
H A D | translate.c | 1353 #define REQUIRE_REG_31(WHICH) \ argument
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 5259 #define DO_LDST(NAME, WHICH, MEMOP) \ argument
|