HomeSort by relevance Sort by last modified time
    Searched full:mri (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Object/
mri-crlf.test 1 ; RUN: llvm-ar -M < %S/Inputs/mri-crlf.mri
mri1.test 1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo save >> %t.mri
3 ; RUN: echo end >> %t.mri
5 ; RUN: llvm-ar -M < %t.mri
mri3.test 1 ; RUN: echo save > %t.mri
2 ; RUN: echo create %t.a >> %t.mri
3 ; RUN: echo end >> %t.mri
5 ; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
mri2.test 1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo create %t.a >> %t.mri
3 ; RUN: echo save >> %t.mri
4 ; RUN: echo end >> %t.mri
6 ; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
pr25877.test 1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo addlib %p/Inputs/pr25877.lib >> %t.mri
3 ; RUN: echo save >> %t.mri
4 ; RUN: echo end >> %t.mri
6 ; RUN: llvm-ar -M < %t.mri
mri-addlib.test 1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo addlib %p/Inputs/GNU.a >> %t.mri
3 ; RUN: echo addlib %p/Inputs/archive-test.a-gnu-minimal >> %t.mri
4 ; RUN: echo save >> %t.mri
5 ; RUN: echo end >> %t.mri
7 ; RUN: llvm-ar -M < %t.mri
mri4.test 1 ; RUN: echo abc > %t.mri
3 ; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
mri-addmod.test 1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo "addmod \"%p/Inputs/trivial-object-test.elf-x86-64\" " >> %t.mri
3 ; RUN: echo save >> %t.mri
4 ; RUN: echo end >> %t.mri
6 ; RUN: llvm-ar -M < %t.mri
18 ; RUN: echo create %t.a > %t2.mri
19 ; RUN: echo addmod %p/Inputs/trivial-object-test2.elf-x86-64 >> %t2.mri
20 ; RUN: echo save >> %t2.mri
21 ; RUN: echo end >> %t2.mri
23 ; RUN: llvm-ar -M < %t2.mri
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
equ.s 1 # Test the MRI EQU directive
equ.d 2 #name: MRI EQU
5 # Test the MRI EQU directive
label.d 2 #name: MRI label
5 # Test using an MRI style label
label.s 1 ; Test using an MRI style label
2 * Also test MRI style comments
char.d 2 #name: MRI character constants
5 # Test MRI character constants
comment.d 2 #name: MRI comments
5 # Test MRI comments
common.d 2 #name: MRI common sections
5 # Test MRI common sections
expr.d 2 #name: MRI expressions
5 # Test expressions in MRI mode
char.s 1 ; Test MRI style character constants.
repeat.s 1 ; Test MRI structured repeat pseudo-op.
while.s 1 ; Test MRI structured while pseudo-op.
float.d 2 #name: MRI floating point constants
5 # Test MRI floating point constants
common.s 1 ; Test MRI common sections
expr.s 1 ; Test expressions in MRI mode
float.s 1 ; Test floating point constants in MRI mode.
constants.d 2 #name: MRI constants
5 # Test MRI style constants
  /external/llvm/lib/Target/PowerPC/
PPCVSXCopy.cpp 58 MachineRegisterInfo &MRI) {
60 return RC->hasSubClassEq(MRI.getRegClass(Reg));
68 bool IsVSReg(unsigned Reg, MachineRegisterInfo &MRI) {
69 return IsRegInClass(Reg, &PPC::VSRCRegClass, MRI);
72 bool IsVRReg(unsigned Reg, MachineRegisterInfo &MRI) {
73 return IsRegInClass(Reg, &PPC::VRRCRegClass, MRI);
76 bool IsF8Reg(unsigned Reg, MachineRegisterInfo &MRI) {
77 return IsRegInClass(Reg, &PPC::F8RCRegClass, MRI);
80 bool IsVSFReg(unsigned Reg, MachineRegisterInfo &MRI) {
81 return IsRegInClass(Reg, &PPC::VSFRCRegClass, MRI);
    [all...]

Completed in 122 milliseconds

1 2 3 4 5 6 7 8 91011>>