Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/cpu/
Dcris.cpu914 (sll (zext SI (reg BI h-ubit)) 6)
934 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
978 (sll (zext SI (reg BI h-ubit)) 6)
992 (if BI (reg BI h-ubit)
1023 (set (reg BI h-ubit) (if BI (ne SI (and val (sll 1 6)) 0) 1 0))
1029 (if (reg BI h-ubit) (set (raw-reg SI h-gr-x (regno sp)) val))
1032 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno srs)) val)))
1034 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno ebp)) val)))
1036 (if (not (reg BI h-ubit))
1042 (if (not (reg BI h-ubit)) (set (raw-reg h-sr-x (regno spc)) val)))
[all …]
Dm32c.cpu1337 (name h-ubit)
2163 (dnop ubit "stack ptr select bit" (SEM-ONLY all-isas) h-ubit f-nil)
7969 ((#x7) (set ubit 1)))
7983 ((#x7) (set ubit 0)))
8409 (if (and tflag #x80) (set ubit 1))))
8457 (if (and tflag #x80) (set ubit 1))))
8480 (if (eq ubit 1) (set tflag (or tflag #x80)))
8529 (if (eq ubit 1) (set tflag (or tflag #x80)))
9203 (if (and tflag #x80) (set ubit 1))))
9241 (if (and tflag #x80) (set ubit 1))))
[all …]
Dfrv.cpu3442 (define-pmacro (ubit icc)
5810 (define-pmacro (Fne cc) (orif (lbit cc) (orif (gbit cc) (ubit cc))))
5813 (define-pmacro (Fue cc) (orif (ebit cc) (ubit cc)))
5814 (define-pmacro (Ful cc) (orif (lbit cc) (ubit cc)))
5817 (define-pmacro (Fuge cc) (orif (ebit cc) (orif (gbit cc) (ubit cc))))
5818 (define-pmacro (Fug cc) (orif (gbit cc) (ubit cc)))
5821 (define-pmacro (Fule cc) (orif (ebit cc) (orif (lbit cc) (ubit cc))))
5822 (define-pmacro (Fu cc) (ubit cc))
/toolchain/binutils/binutils-2.27/opcodes/
Darm-dis.c3931 int ubit = ! NEGATIVE_BIT_SET; in print_insn_coprocessor() local
3939 func (stream, "[%s], %c%s", rn, ubit ? '+' : '-', rm); in print_insn_coprocessor()
3948 func (stream, "[%s, %c%s", rn, ubit ? '+' : '-', rm); in print_insn_coprocessor()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c14458 neon_three_same (int isquad, int ubit, int size) in neon_three_same() argument
14467 inst.instruction |= (ubit != 0) << 24; in neon_three_same()
14482 neon_two_same (int qbit, int ubit, int size) in neon_two_same() argument
14489 inst.instruction |= (ubit != 0) << 24; in neon_two_same()
14989 neon_mul_mac (struct neon_type_el et, int ubit) in neon_mul_mac() argument
15006 inst.instruction |= (ubit != 0) << 24; in neon_mul_mac()