/openbmc/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
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 95 #define SIGNED signed macro 119 #define SIGNED macro
|
/openbmc/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()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-btf.rst | 159 [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 D | bpftool-gen.rst | 431 [8] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 75 if (__CORE_RELO(s, field, SIGNED)) \ 108 if (__CORE_RELO(s, field, SIGNED)) \
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 177 #define A64_SBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, SIGNED)
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | mpy.idef | 600 /* SIGNED 32 x SIGNED 16 */ 711 /* SIGNED 32 x UNSIGNED 16 */
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 438 [3] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
|
H A D | btf.rst | 997 [2] INT int size=4 bit_offset=0 nr_bits=32 encoding=SIGNED
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpufeature.c | 150 #define __ARM64_FTR_BITS(SIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) \ argument 152 .sign = SIGNED, \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 76 /* ADD LOGICAL WITH SIGNED IMMEDIATE */ 81 /* ADD LOGICAL WITH SIGNED IMMEDIATE HIGH */
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | navi10_enum.h | 886 SIGNED = 0x00000001, enumerator
|
H A D | soc21_enum.h | 1072 SIGNED = 0x00000001, enumerator
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 44 #define SIGNED(x, df) \ macro
|