Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 95) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/opcodes/
Ds390-opc.txt10 5e al RX_RRRD "add logical" g5 esa,zarch
11 1e alr RR_RR "add logical" g5 esa,zarch
41 55 cl RX_RRRD "compare logical" g5 esa,zarch
42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch
43 0f clcl RR_RR "compare logical long" g5 esa,zarch
44 95 cli SI_URD "compare logical" g5 esa,zarch
45 bd clm RS_RURD "compare logical characters under mask" g5 esa,zarch
46 15 clr RR_RR "compare logical" g5 esa,zarch
47 b25d clst RRE_RR "compare logical string" g5 esa,zarch
179 5f sl RX_RRRD "subtract logical" g5 esa,zarch
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
Dshifted.s101 .macro logical op macro
157 logical orr
158 logical and
159 logical eor
161 logical bic
162 logical orn
163 logical eon
/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c426 line->logical = 0; in dwarf2_where()
660 make_logical (unsigned int logical, int context, int subprog) in make_logical() argument
668 if (logical > logicals_allocated) in make_logical()
673 if (logical > logicals_allocated) in make_logical()
674 logicals_allocated = logical; in make_logical()
681 logicals[logical - 1].loc = current; in make_logical()
682 logicals[logical - 1].context = context; in make_logical()
683 logicals[logical - 1].subprog = subprog; in make_logical()
684 if (logical > logicals_in_use) in make_logical()
685 logicals_in_use = logical; in make_logical()
[all …]
Ddwarf2dbg.h38 unsigned int logical; member
/toolchain/binutils/binutils-2.27/gold/
Ddwarf_reader.cc2087 const LineStateMachine& logical = (*logicals)[lsm->line_num - 1]; in process_one_opcode() local
2088 lsm->address = logical.address; in process_one_opcode()
2089 lsm->shndx = logical.shndx; in process_one_opcode()
2121 const LineStateMachine& logical = (*logicals)[context - 1]; in process_one_opcode() local
2122 lsm->file_num = logical.file_num; in process_one_opcode()
2123 lsm->line_num = logical.line_num; in process_one_opcode()
2124 lsm->column_num = logical.column_num; in process_one_opcode()
2125 lsm->is_stmt = logical.is_stmt; in process_one_opcode()
2126 lsm->context = logical.context; in process_one_opcode()
2273 const LineStateMachine& logical = in read_lines() local
[all …]
/toolchain/binutils/binutils-2.27/cpu/
Dfr30.cpu634 ; Binary logical instruction
636 (define-pmacro (binary-logical-op name insn comment opc1 opc2 op arg1 arg2)
649 (binary-logical-op and and "reg/reg" OP1_8 OP2_2 and Rj Ri)
650 (binary-logical-op or or "reg/reg" OP1_9 OP2_2 or Rj Ri)
651 (binary-logical-op eor eor "reg/reg" OP1_9 OP2_A xor Rj Ri)
657 ; Binary logical instruction to memory
659 (define-pmacro (binary-logical-op-m name insn comment opc1 opc2 mode op arg1 arg2)
673 (binary-logical-op-m andm and "reg/mem" OP1_8 OP2_4 WI and Rj Ri)
674 (binary-logical-op-m andh andh "reg/mem" OP1_8 OP2_5 HI and Rj Ri)
675 (binary-logical-op-m andb andb "reg/mem" OP1_8 OP2_6 QI and Rj Ri)
[all …]
Dxc16x.cpu650 (ALU - () "Arithmatic & logical")
1212 ;logical insn
1215 (define-pmacro (logical name insn insn1 opc1 opc2 op1 op2 mode)
1217 (.str name "logical" )
1226 (logical andr and and OP1_6 OP2_0 dr sr HI)
1227 (logical orr or or OP1_7 OP2_0 dr sr HI)
1228 (logical xorr xor xor OP1_5 OP2_0 dr sr HI)
1229 (logical andbr andb and OP1_6 OP2_1 drb srb QI)
1230 (logical orbr orb or OP1_7 OP2_1 drb srb QI)
1231 (logical xorbr xorb xor OP1_5 OP2_1 drb srb QI)
[all …]
Diq2000.cpu598 (dni sll "shift left logical" (USES-RD USES-RT)
604 (dni sllv2 "shift left logical variable" (ALIAS NO-DIS USES-RD USES-RS USES-RT)
610 (dni sllv "shift left logical variable" (USES-RD USES-RS USES-RT)
716 (dni srl "shift right logical" (USES-RD USES-RT)
722 (dni srlv2 "shift right logical variable" (ALIAS NO-DIS USES-RD USES-RS USES-RT)
728 (dni srlv "shift right logical variable" (USES-RD USES-RS USES-RT)
1126 (dnmi m-sll "shift left logical" (USES-RD USES-RT USES-RS NO-DIS)
1146 (dnmi m-srl "shift right logical" (USES-RD USES-RT USES-RS NO-DIS)
Dsh64-compact.cpu1491 (dshci shld "Shift logical dynamic"
1503 (dshci shll "Shift left logical one bit"
1512 (dshci shll2 "Shift left logical two bits"
1518 (dshci shll8 "Shift left logical eight bits"
1524 (dshci shll16 "Shift left logical sixteen bits"
1530 (dshci shlr "Shift right logical one bit"
1539 (dshci shlr2 "Shift right logical two bits"
1545 (dshci shlr8 "Shift right logical eight bits"
1551 (dshci shlr16 "Shift right logical sixteen bits"
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
Dlogical.d2 #name: logical
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-pj.texi45 a logical line number directive (@pxref{Comments}) or a preprocessor
Dc-epiphany.texi60 a logical line number directive (@pxref{Comments}) or a preprocessor
Dc-mt.texi62 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-ip2k.texi63 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-visium.texi65 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-xc16x.texi74 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-ns32k.texi65 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-i860.texi158 @item Unsigned large immediate with logical operations:
190 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-microblaze.texi92 logical line number directive (@pxref{Comments}) or a
Dc-xstormy16.texi28 in this case the line can also be a logical line number directive
Dc-rl78.texi141 logical line number directive (@pxref{Comments}) or a preprocessor
Dc-cr16.texi116 comment, but in this case the line can also be a logical line number
Dc-m32c.texi141 logical line number directive (@pxref{Comments}) or a
Dc-score.texi160 logical line number directive (@pxref{Comments}) or a preprocessor
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c3134 unsigned int logical; in display_line_program() local
3324 logical = state_machine_regs.line; in display_line_program()
3325 if (logical - 1 < logicals_count) in display_line_program()
3327 state_machine_regs.address = logicals_table[logical - 1].address; in display_line_program()
3328 state_machine_regs.op_index = logicals_table[logical - 1].op_index; in display_line_program()
3334 logical, in display_line_program()
3352 logical = state_machine_regs.context; in display_line_program()
3353 printf (_(" Pop context to logical %u\n"), logical); in display_line_program()
3354 if (logical - 1 < logicals_count) in display_line_program()
3356 state_machine_regs.file = logicals_table[logical - 1].file; in display_line_program()
[all …]

1234