| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | load_unpack.c | 65 #define TEST_io(NAME, TYPE, SIGN, SIZE, EXT, EXP1, EXP2, EXP3, EXP4) \ argument 70 BxW_LOAD_io_##SIGN(result, buf, 0 * (SIZE)); \ 72 BxW_LOAD_io_##SIGN(result, buf, 1 * (SIZE)); \ 74 BxW_LOAD_io_##SIGN(result, buf, 2 * (SIZE)); \ 76 BxW_LOAD_io_##SIGN(result, buf, 3 * (SIZE)); \ 106 #define TEST_ur(NAME, TYPE, SIGN, SHIFT, EXT, RES1, RES2, RES3, RES4) \ argument 111 BxW_LOAD_ur_##SIGN(result, (SHIFT), 0); \ 113 BxW_LOAD_ur_##SIGN(result, (SHIFT), 1); \ 115 BxW_LOAD_ur_##SIGN(result, (SHIFT), 2); \ 117 BxW_LOAD_ur_##SIGN(result, (SHIFT), 3); \ [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | vsprintf.c | 141 #define SIGN 2 /* unsigned/signed long */ macro 176 if (type & SIGN) { in number() 667 flags |= SIGN; in vsnprintf_internal() 683 if (flags & SIGN) in vsnprintf_internal() 691 if (flags & SIGN) in vsnprintf_internal() 695 if (flags & SIGN) in vsnprintf_internal()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 519 #define fLOAD(NUM, SIZE, SIGN, EA, DST) MEM_LOAD##SIZE##SIGN(DST, EA) argument 526 #define fLOAD(NUM, SIZE, SIGN, EA, DST) \ argument 529 DST = (size##SIZE##SIGN##_t)MEM_LOAD##SIZE(env, EA, GETPC()); \ 533 #define fMEMOP(NUM, SIZE, SIGN, EA, FNTYPE, VALUE) argument 547 #define fLOAD_LOCKED(NUM, SIZE, SIGN, EA, DST) \ argument 548 gen_load_locked##SIZE##SIGN(DST, EA, ctx->mem_idx);
|
| H A D | gen_tcg.h | 82 #define fGEN_TCG_LOAD_AP(RES, SIZE, SIGN) \ argument 86 fLOAD(1, SIZE, SIGN, EA, RES); \ 158 #define fGEN_TCG_loadbXw2(GET_EA, SIGN) \ argument 166 gen_set_half(i, RdV, gen_get_byte(byte, i, tmp, (SIGN))); \ 210 #define fGEN_TCG_loadbXw4(GET_EA, SIGN) \ argument 218 gen_set_half_i64(i, RddV, gen_get_byte(byte, i, tmp, (SIGN))); \ 327 #define fGEN_TCG_PRED_LOAD(GET_EA, PRED, SIZE, SIGN) \ argument 335 fLOAD(1, SIZE, SIGN, EA, RdV); \
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 55 %token ZXT CONSTEXT LOCNT BREV SIGN LOAD STORE PC LPCFG 71 %type <signedness> SIGN 337 | LOAD '(' IMM ',' IMM ',' SIGN ',' var ',' lvalue ')'
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 304 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in send_setup_packet() 328 if (intsts1 & SIGN) { in send_setup_packet()
|
| H A D | r8a66597.h | 307 #define SIGN 0x0020 /* b5: Setup ignore interrupt */ macro
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | macros.def | 1184 ((((SIGN) & 1) << 31) | (((EXP) & 0xff) << fSF_MANTBITS()) | 1337 { DST = (size##SIZE##SIGN##_t)MEM_LOAD##SIZE(thread,EA,insn); }, 1367 { DST = (size##SIZE##SIGN##_t)mem_load_locked(thread,EA,SIZE,insn); },
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-neon.c | 1554 #define DO_PREWIDEN(INSN, S, OP, SRC1WIDE, SIGN) \ argument 1568 int narrow_mop = a->size == MO_32 ? MO_32 | SIGN : -1; \
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-data.h.inc | 162 /* COPY SIGN */ 1093 /* VECTOR SIGN EXTEND TO DOUBLEWORD */ 1325 /* VECTOR FP PERFORM SIGN OPERATION */
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 10111 - ip += (s16) M.x86.R_IP; /* CHECK SIGN */ 10117 + ip32 += (s16) M.x86.R_IP; /* CHECK SIGN */ 10123 + ip16 += (s16) M.x86.R_IP; /* CHECK SIGN */
|