Home
last modified time | relevance | path

Searched refs:ubit (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/cpu/
Dcris.cpu915 (sll (zext SI (reg BI h-ubit)) 6)
935 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
979 (sll (zext SI (reg BI h-ubit)) 6)
993 (if BI (reg BI h-ubit)
1024 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
1030 (if (reg BI h-ubit) (set (raw-reg SI h-gr-x (regno sp)) val))
1033 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno srs)) val)))
1035 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno ebp)) val)))
1037 (if (not (reg BI h-ubit))
1043 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno spc)) val)))
[all …]
Dm32c.cpu1343 (name h-ubit)
2169 (dnop ubit "stack ptr select bit" (SEM-ONLY all-isas) h-ubit f-nil)
7975 ((#x7) (set ubit 1)))
7989 ((#x7) (set ubit 0)))
8415 (if (and tflag #x80) (set ubit 1))))
8463 (if (and tflag #x80) (set ubit 1))))
8486 (if (eq ubit 1) (set tflag (or tflag #x80)))
8535 (if (eq ubit 1) (set tflag (or tflag #x80)))
9209 (if (and tflag #x80) (set ubit 1))))
9247 (if (and tflag #x80) (set ubit 1))))
[all …]
Dfrv.cpu3442 (define-pmacro (ubit icc)
5811 (define-pmacro (Fne cc) (orif (lbit cc) (orif (gbit cc) (ubit cc))))
5814 (define-pmacro (Fue cc) (orif (ebit cc) (ubit cc)))
5815 (define-pmacro (Ful cc) (orif (lbit cc) (ubit cc)))
5818 (define-pmacro (Fuge cc) (orif (ebit cc) (orif (gbit cc) (ubit cc))))
5819 (define-pmacro (Fug cc) (orif (gbit cc) (ubit cc)))
5822 (define-pmacro (Fule cc) (orif (ebit cc) (orif (lbit cc) (ubit cc))))
5823 (define-pmacro (Fu cc) (ubit cc))
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dcris.cpu915 (sll (zext SI (reg BI h-ubit)) 6)
935 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
979 (sll (zext SI (reg BI h-ubit)) 6)
993 (if BI (reg BI h-ubit)
1024 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
1030 (if (reg BI h-ubit) (set (raw-reg SI h-gr-x (regno sp)) val))
1033 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno srs)) val)))
1035 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno ebp)) val)))
1037 (if (not (reg BI h-ubit))
1043 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno spc)) val)))
[all …]
Dm32c.cpu1343 (name h-ubit)
2169 (dnop ubit "stack ptr select bit" (SEM-ONLY all-isas) h-ubit f-nil)
7975 ((#x7) (set ubit 1)))
7989 ((#x7) (set ubit 0)))
8415 (if (and tflag #x80) (set ubit 1))))
8463 (if (and tflag #x80) (set ubit 1))))
8486 (if (eq ubit 1) (set tflag (or tflag #x80)))
8535 (if (eq ubit 1) (set tflag (or tflag #x80)))
9209 (if (and tflag #x80) (set ubit 1))))
9247 (if (and tflag #x80) (set ubit 1))))
[all …]
Dfrv.cpu3442 (define-pmacro (ubit icc)
5811 (define-pmacro (Fne cc) (orif (lbit cc) (orif (gbit cc) (ubit cc))))
5814 (define-pmacro (Fue cc) (orif (ebit cc) (ubit cc)))
5815 (define-pmacro (Ful cc) (orif (lbit cc) (ubit cc)))
5818 (define-pmacro (Fuge cc) (orif (ebit cc) (orif (gbit cc) (ubit cc))))
5819 (define-pmacro (Fug cc) (orif (gbit cc) (ubit cc)))
5822 (define-pmacro (Fule cc) (orif (ebit cc) (orif (lbit cc) (ubit cc))))
5823 (define-pmacro (Fu cc) (ubit cc))
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_cg.c1735 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; in dt_cg_node() local
1749 dnp->dn_flags |= ubit; in dt_cg_node()
1899 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; in dt_cg_node() local
1914 dnp->dn_flags |= ubit; in dt_cg_node()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Darm-dis.c8905 int ubit = ! NEGATIVE_BIT_SET; in print_insn_coprocessor_1() local
8916 func (stream, dis_style_text, "%c", ubit ? '+' : '-'); in print_insn_coprocessor_1()
8933 func (stream, dis_style_text, "%c", ubit ? '+' : '-'); in print_insn_coprocessor_1()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Darm-dis.c8759 int ubit = ! NEGATIVE_BIT_SET; in print_insn_coprocessor_1() local
8770 func (stream, dis_style_text, "%c", ubit ? '+' : '-'); in print_insn_coprocessor_1()
8787 func (stream, dis_style_text, "%c", ubit ? '+' : '-'); in print_insn_coprocessor_1()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c16793 mve_encode_qqq (int ubit, int size) in mve_encode_qqq() argument
16796 inst.instruction |= (ubit != 0) << 28; in mve_encode_qqq()
16856 neon_three_same (int isquad, int ubit, int size) in neon_three_same() argument
16859 inst.instruction |= (ubit != 0) << 24; in neon_three_same()
16874 neon_two_same (int qbit, int ubit, int size) in neon_two_same() argument
16881 inst.instruction |= (ubit != 0) << 24; in neon_two_same()
17942 neon_mul_mac (struct neon_type_el et, int ubit) in neon_mul_mac() argument
17959 inst.instruction |= (ubit != 0) << 24; in neon_mul_mac()