Home
last modified time | relevance | path

Searched refs:bit32 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dt-netbsd6418 FPBIT = fp-bit32.c
19 DPBIT = dp-bit32.c
21 dp-bit32.c: $(srcdir)/config/fp-bit.c
24 echo '#endif' ) > dp-bit32.c
26 fp-bit32.c: $(srcdir)/config/fp-bit.c
30 echo '#endif' ) > fp-bit32.c
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dparams_api_test.c76 const int bit32 = param->data_size <= sizeof(int32_t); in test_param_type_extra() local
86 if ((bit32 && !TEST_true(OSSL_PARAM_get_int32(param, &i32))) in test_param_type_extra()
90 if ((bit32 in test_param_type_extra()
100 if (bit32) { in test_param_type_extra()
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dm32c.cpu3804 (define-pmacro (bit32-Rn-direct-operand group base)
3807 (name (.sym bit32-Rn-direct- group))
3822 (bit32-Rn-direct-operand Unprefixed 4)
3823 (bit32-Rn-direct-operand Prefixed 12)
3843 (define-pmacro (bit32-An-direct-operand group base1 base2)
3846 (name (.sym bit32-An-direct- group))
3861 (bit32-An-direct-operand Unprefixed 4 8)
3862 (bit32-An-direct-operand Prefixed 12 16)
3882 (define-pmacro (bit32-An-indirect-operand group base1 base2)
3885 (name (.sym bit32-An-indirect- group))
[all …]
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dm32c.cpu3804 (define-pmacro (bit32-Rn-direct-operand group base)
3807 (name (.sym bit32-Rn-direct- group))
3822 (bit32-Rn-direct-operand Unprefixed 4)
3823 (bit32-Rn-direct-operand Prefixed 12)
3843 (define-pmacro (bit32-An-direct-operand group base1 base2)
3846 (name (.sym bit32-An-direct- group))
3861 (bit32-An-direct-operand Unprefixed 4 8)
3862 (bit32-An-direct-operand Prefixed 12 16)
3882 (define-pmacro (bit32-An-indirect-operand group base1 base2)
3885 (name (.sym bit32-An-indirect- group))
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgo32-nat.c1436 unsigned bit32:1; member
1625 descr.bit32 ? "32" : "16", in display_descriptor()
1640 descr.bit32 ? "32" : "16", in display_descriptor()