Searched refs:AVAIL (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/loongarch/ |
| H A D | translate.h | 13 #define TRANS(NAME, AVAIL, FUNC, ...) \ argument 15 { return avail_##AVAIL(ctx) && FUNC(ctx, a, __VA_ARGS__); } 17 #define TRANS64(NAME, AVAIL, FUNC, ...) \ argument 19 { return avail_64(ctx) && avail_##AVAIL(ctx) && FUNC(ctx, a, __VA_ARGS__); }
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 120 - #error "MSA NOT AVAIL" 123 - #error "MSA NOT AVAIL FOR ISA REV < 2"
|
| /openbmc/qemu/target/sparc/ |
| H A D | translate.c | 2488 #define TRANS(NAME, AVAIL, FUNC, ...) \ argument 2490 { return avail_##AVAIL(dc) && FUNC(dc, ## __VA_ARGS__); }
|