Searched refs:SIGNED (Results 1 – 8 of 8) sorted by relevance
/qemu/audio/ |
H A D | mixeng_template.h | 30 #ifndef SIGNED 43 #ifdef SIGNED in glue() 49 #ifdef SIGNED in glue() 65 #ifdef SIGNED in glue() 77 #ifdef SIGNED in glue() 92 #ifdef SIGNED in glue()
|
H A D | mixeng.c | 42 #define SIGNED macro 45 #undef SIGNED 73 #define SIGNED macro 85 #undef SIGNED 119 #define SIGNED macro 131 #undef SIGNED
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 47 typedef enum { UNKNOWN_SIGNEDNESS, SIGNED, UNSIGNED } HexSignedness; enumerator
|
H A D | idef-parser.y | 175 $$.signedness = SIGNED; 538 } else if ($1.signedness == SIGNED) { 684 $$ = gen_extend_op(c, &@1, &$3, 64, &$7, SIGNED);
|
H A D | parser-helpers.c | 478 return (sign1 == UNSIGNED && sign2 == UNSIGNED) ? UNSIGNED : SIGNED; in bin_op_signedness() 707 HexValue tmp = gen_tmp(c, locp, bit_width, SIGNED); in gen_asr_op() 708 HexValue zero = gen_constant(c, locp, "0", bit_width, SIGNED); in gen_asr_op() 1519 a = gen_extend_op(c, locp, &src_width, 64, src, SIGNED); in gen_round() 1761 if (signedness == SIGNED) { in gen_load()
|
/qemu/target/hexagon/imported/ |
H A D | mpy.idef | 600 /* SIGNED 32 x SIGNED 16 */ 711 /* SIGNED 32 x UNSIGNED 16 */
|
/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 76 /* ADD LOGICAL WITH SIGNED IMMEDIATE */ 81 /* ADD LOGICAL WITH SIGNED IMMEDIATE HIGH */
|
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 45 #define SIGNED(x, df) \ macro
|