Home
last modified time | relevance | path

Searched refs:vstrs (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-good-z15.s1168 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, 0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x8b]
1169 #CHECK: vstrs %v0, %v0, %v0, %v0, 15, 0 # encoding: [0xe7,0x00,0x0f,0x00,0x00,0x8b]
1170 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, 0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x8b]
1171 #CHECK: vstrs %v0, %v0, %v0, %v0, 15, 0 # encoding: [0xe7,0x00,0x0f,0x00,0x00,0x8b]
1172 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, 12 # encoding: [0xe7,0x00,0x00,0xc0,0x00,0x8b]
1173 #CHECK: vstrs %v0, %v0, %v0, %v15, 0, 0 # encoding: [0xe7,0x00,0x00,0x00,0xf0,0x8b]
1174 #CHECK: vstrs %v0, %v0, %v0, %v31, 0, 0 # encoding: [0xe7,0x00,0x00,0x00,0xf1,0x8b]
1175 #CHECK: vstrs %v0, %v0, %v15, %v0, 0, 0 # encoding: [0xe7,0x00,0xf0,0x00,0x00,0x8b]
1176 #CHECK: vstrs %v0, %v0, %v31, %v0, 0, 0 # encoding: [0xe7,0x00,0xf0,0x00,0x02,0x8b]
1177 #CHECK: vstrs %v0, %v15, %v0, %v0, 0, 0 # encoding: [0xe7,0x0f,0x00,0x00,0x00,0x8b]
[all …]
Dinsn-bad-z15.s725 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, -1
727 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, 16
729 #CHECK: vstrs %v0, %v0, %v0, %v0, -1, 0
731 #CHECK: vstrs %v0, %v0, %v0, %v0, 16, 0
733 #CHECK: vstrs %v0, %v0, %v0, %v0
735 #CHECK: vstrs %v0, %v0, %v0, %v0, 0, 0, 0
737 vstrs %v0, %v0, %v0, %v0, 0, -1
738 vstrs %v0, %v0, %v0, %v0, 0, 16
739 vstrs %v0, %v0, %v0, %v0, -1, 0
740 vstrs %v0, %v0, %v0, %v0, 16, 0
[all …]
Dinsn-bad-z14.s872 #CHECK: vstrs %v0, %v0, %v0, %v0, 0
886 vstrs %v0, %v0, %v0, %v0, 0
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h606 void vstrs(const Operand *OpSd, const Operand *OpAddress,
609 void vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() function
612 vstrs(OpSd, OpAddress, Cond, TInfo); in vstrs()
DIceInstARM32.cpp2787 Asm->vstrs(Src0, Src1, getPredicate(), Func->getTarget()); in emitIAS()
DIceAssemblerARM32.cpp3732 void AssemblerARM32::vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() function in Ice::ARM32::AssemblerARM32
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns-z15.txt1259 # CHECK: vstrs %v0, %v0, %v0, %v0, 11, 0
1262 # CHECK: vstrs %v0, %v0, %v0, %v0, 11, 12
1265 # CHECK: vstrs %v18, %v3, %v20, %v5, 11, 0
1268 # CHECK: vstrs %v31, %v31, %v31, %v31, 11, 4
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h639 void vstrs(SRegister sd, Address ad, Condition cond = AL);
Dassembler_arm.cc737 void Assembler::vstrs(SRegister sd, Address ad, Condition cond) {
2784 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1693 defm VSTRS : TernaryExtraVRRdGeneric<"vstrs", 0xE78B>;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1735 defm VSTRS : TernaryExtraVRRdGeneric<"vstrs", 0xE78B>;