/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
relaxation_macro.h | 9 .macro _tran insn1 insn2 11 .irp i1,"\insn1", "\insn2" 12 .irp i2,"\insn1", "\insn2"
|
logical_32.s | 9 .macro _logical_op_pattern insn insn1 16 insn_32 "\insn1 r0, r0, r15"
|
shift_32.s | 9 .macro _shift_op_pattern insn insn1 18 insn_32 "\insn1 r0, r0, 0"
|
arith_32.s | 9 .macro _arith_op_pattern insn insn1 16 insn_32 "\insn1 r0, r0, r15"
|
bit_32.s | 9 .macro _bit_op_pattern insn insn1 18 insn_32 "\insn1 r0, r0, 0"
|
branch_32.s | 9 .macro _b_op_pattern insn insn1 19 insn_16 "\insn1 1b" 23 insn_16 "\insn1 1b" 31 insn_16 "\insn1 2f" 35 insn_16 "\insn1 2f"
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
MachO_x86-64_PIC_relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 15 insn1: label
|
/toolchain/binutils/binutils-2.25/cpu/ |
xc16x.cpu | 665 (define-pmacro (arithmetic16 name insn insn1 opc1 opc2 op1 op2 mode dir) 671 (set mode op1 (insn1 mode op1 (mem HI op2))) 685 (define-pmacro (arithmetic17 name insn insn1 opc1 opc2 op1 op2 mode dir) 691 (set mode op1 (insn1 mode op1 (mem HI op2) cbit)) 705 (define-pmacro (arithmetic18 name insn insn1 opc1 opc2 op1 op2 mode dir) 711 (set (mem HI op1) (insn1 (mem HI op1) op2 )) 721 (define-pmacro (arithmetic19 name insn insn1 opc1 opc2 op1 op2 mode dir) 727 (set (mem HI op1) (insn1 mode (mem HI op1) op2 cbit)) 737 (define-pmacro (arithmetic20 name insn insn1 opc1 opc2 op1 op2 mode dir) 743 (set mode op1 (insn1 mode op1 op2) [all...] |
m32r.cpu | 421 ; (set-quiet USI (scratch UHI insn1) (ifetch UHI pc)) 422 ; (decode VOID pc (and UHI insn1 (const UHI #x7fff)) [all...] |
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
MachO_ARM_PIC_relocations.s | 10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0] 11 insn1: label
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64CA53Erratum843419Stub.h | 32 static bool isErratum843419Sequence(unsigned insn1,
|
AArch64CA53Erratum843419Stub.cpp | 48 bool AArch64CA53Erratum843419Stub::isErratum843419Sequence(unsigned insn1, 58 (AArch64InsnHelpers::getRn(insn3) == AArch64InsnHelpers::getRd(insn1));
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-d10v.c | 694 unsigned long insn1, 744 ins = insn1; 830 unsigned long insn1, 879 ins = insn1; 959 unsigned long insn1, 982 write_1_short (opcode1, insn1, fx->next); 986 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) 990 insn = FM00 | (insn2 << 15) | insn1; 992 insn = FM00 | (insn2 << 15) | insn1; 994 insn = FM00 | (insn1 << 15) | insn2 [all...] |
tc-d30v.c | 680 unsigned long insn1, 721 ins = insn1; 936 long long insn1, 956 write_1_short (opcode1, insn1, fx->next, FALSE); 967 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) 980 insn = FM00 | (insn2 << 32) | insn1; 983 insn = FM00 | (insn1 << 32) | insn2; 996 write_1_short (opcode1, insn1, fx->next, FALSE); 1003 write_1_short (opcode1, insn1, fx->next, FALSE); 1013 write_1_short (opcode1, insn1, fx->next, FALSE) [all...] |
tc-mips.c | [all...] |
tc-tic30.c | 291 q_[INSN1]_[INSN2] [OPERANDS1] | [OPERANDS2] [all...] |
/art/compiler/optimizing/ |
graph_checker.cc | 668 static bool IsSameSizeConstant(HInstruction* insn1, HInstruction* insn2) { 669 return insn1->IsConstant() 671 && Primitive::Is64BitType(insn1->GetType()) == Primitive::Is64BitType(insn2->GetType()); 674 static bool IsConstantEquivalent(HInstruction* insn1, HInstruction* insn2, BitVector* visited) { 675 if (insn1->IsPhi() && 676 insn1->AsPhi()->IsVRegEquivalentOf(insn2) && 677 insn1->InputCount() == insn2->InputCount()) { 679 if (visited->IsBitSet(insn1->GetId())) { 682 visited->SetBit(insn1->GetId()); 684 for (size_t i = 0, e = insn1->InputCount(); i < e; ++i) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-alpha.c | 910 unsigned long insn1, insn2; 914 insn1 = bfd_get_32 (input_bfd, data + rel->address); 917 BFD_ASSERT (((insn1 >> 26) & 0x3f) == 0x09); /* ldah */ 922 addend = ((insn1 & 0xffff) << 16) + (insn2 & 0xffff); 923 if (insn1 & 0x8000) 948 insn1 = (insn1 & 0xffff0000) | ((addend >> 16) & 0xffff); 951 bfd_put_32 (input_bfd, (bfd_vma) insn1, data + rel->address); 905 unsigned long insn1, insn2; local 1609 unsigned long insn1, insn2; local [all...] |
elf64-s390.c | 3149 unsigned int insn0, insn1, ry; local 3178 unsigned int insn0, insn1; local 3205 unsigned int insn0, insn1; local [all...] |
elf64-ppc.c | 13387 unsigned int insn1, insn2, insn3; local 13627 unsigned int insn1, insn2; local [all...] |
elf32-ppc.c | 7776 unsigned int insn1, insn2; local [all...] |
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
ELF_Mips64r2N64_PIC_relocations.s | 46 # rtdyld-check: decode_operand(insn1, 0)[27:0] = foo[27:0] 47 insn1: label
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
codegen_unittest.cc | 216 // 3: LD 42 (insn1) 221 CodeGen::Node insn1 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 42, insn0); local 222 CodeGen::Node insn2 = insn1; // Implicit JUMP
|
/toolchain/binutils/binutils-2.25/gold/ |
aarch64.cc | 7469 Insntype insn1 = elfcpp::Swap<32, big_endian>::readval(ip); local 7569 Insntype insn1 = elfcpp::Swap<32, big_endian>::readval(ip); local 8115 Insntype insn1 = ip[0]; local 8171 Insntype insn1 = ip[0]; local [all...] |
/external/ltrace/sysdeps/linux-gnu/ppc/ |
plt.c | 184 uint32_t insn1 = libsym->arch.resolved_value >> 32; local 186 if ((insn1 & BRANCH_MASK) == B_INSN [all...] |