Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 8 of 8) sorted by relevance

/qemu/audio/
H A Dmixeng_template.h30 #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 Dmixeng.c42 #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 Didef-parser.h47 typedef enum { UNKNOWN_SIGNEDNESS, SIGNED, UNSIGNED } HexSignedness; enumerator
H A Didef-parser.y175 $$.signedness = SIGNED;
538 } else if ($1.signedness == SIGNED) {
684 $$ = gen_extend_op(c, &@1, &$3, 64, &$7, SIGNED);
H A Dparser-helpers.c478 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 Dmpy.idef600 /* SIGNED 32 x SIGNED 16 */
711 /* SIGNED 32 x UNSIGNED 16 */
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc76 /* ADD LOGICAL WITH SIGNED IMMEDIATE */
81 /* ADD LOGICAL WITH SIGNED IMMEDIATE HIGH */
/qemu/target/mips/tcg/
H A Dmsa_helper.c45 #define SIGNED(x, df) \ macro