Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h95 #define SIGNED signed macro
119 #define SIGNED macro
/openbmc/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()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst159 [3] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
169 [7] INT 'char' size=1 bits_offset=0 nr_bits=8 encoding=SIGNED
H A Dbpftool-gen.rst431 [8] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h75 if (__CORE_RELO(s, field, SIGNED)) \
108 if (__CORE_RELO(s, field, SIGNED)) \
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h177 #define A64_SBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, SIGNED)
/openbmc/qemu/target/hexagon/imported/
H A Dmpy.idef600 /* SIGNED 32 x SIGNED 16 */
711 /* SIGNED 32 x UNSIGNED 16 */
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst438 [3] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
H A Dbtf.rst997 [2] INT int size=4 bit_offset=0 nr_bits=32 encoding=SIGNED
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c150 #define __ARM64_FTR_BITS(SIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) \ argument
152 .sign = SIGNED, \
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc76 /* ADD LOGICAL WITH SIGNED IMMEDIATE */
81 /* ADD LOGICAL WITH SIGNED IMMEDIATE HIGH */
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dnavi10_enum.h886 SIGNED = 0x00000001, enumerator
H A Dsoc21_enum.h1072 SIGNED = 0x00000001, enumerator
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c44 #define SIGNED(x, df) \ macro