Home
last modified time | relevance | path

Searched refs:vstm (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/test/MC/ARM/
Dvldm-vstm-diags.s9 vstm s0, {s1, s2}
30 vstm r0, {r1, r2}
36 vstm r0, #42
42 vstm r0, {s1, d2}
/external/libvpx/libvpx/vpx_dsp/arm/
Dsave_reg_neon.asm22 vstm r0!, {d8-d15}
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dsave_reg_neon.asm.S29 vstm r0!, {d8-d15}
/external/llvm-project/llvm/test/CodeGen/ARM/
Dinterrupt-attr.ll127 ; CHECK-A-NOT: vstm
/external/llvm/test/CodeGen/ARM/
Dinterrupt-attr.ll127 ; CHECK-A-NOT: vstm
/external/llvm/test/MC/SystemZ/
Dinsn-bad-z13.s1020 #CHECK: vstm %v0, %v0, -1
1022 #CHECK: vstm %v0, %v0, 4096
1024 vstm %v0, %v0, -1
1025 vstm %v0, %v0, 4096
Dinsn-good-z13.s4285 #CHECK: vstm %v0, %v0, 0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x3e]
4286 #CHECK: vstm %v0, %v0, 4095 # encoding: [0xe7,0x00,0x0f,0xff,0x00,0x3e]
4287 #CHECK: vstm %v0, %v0, 0(%r15) # encoding: [0xe7,0x00,0xf0,0x00,0x00,0x3e]
4288 #CHECK: vstm %v0, %v31, 0 # encoding: [0xe7,0x0f,0x00,0x00,0x04,0x3e]
4289 #CHECK: vstm %v31, %v0, 0 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0x3e]
4290 #CHECK: vstm %v14, %v17, 1074(%r5) # encoding: [0xe7,0xe1,0x54,0x32,0x04,0x3e]
4292 vstm %v0, %v0, 0
4293 vstm %v0, %v0, 4095
4294 vstm %v0, %v0, 0(%r15)
4295 vstm %v0, %v31, 0
[all …]
Dinsn-bad-zEC12.s1334 #CHECK: vstm %v0, %v0, 0
1336 vstm %v0, %v0, 0
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-bad-z13.s2438 #CHECK: vstm %v0, %v0, -1
2440 #CHECK: vstm %v0, %v0, 4096
2442 #CHECK: vstm %v0, %v0, 0, -1
2444 #CHECK: vstm %v0, %v0, 0, 16
2446 vstm %v0, %v0, -1
2447 vstm %v0, %v0, 4096
2448 vstm %v0, %v0, 0, -1
2449 vstm %v0, %v0, 0, 16
Dinsn-good-z13.s6270 #CHECK: vstm %v0, %v0, 0 # encoding: [0xe7,0x00,0x00,0x00,0x00,0x3e]
6271 #CHECK: vstm %v0, %v0, 4095 # encoding: [0xe7,0x00,0x0f,0xff,0x00,0x3e]
6272 #CHECK: vstm %v0, %v0, 0(%r15) # encoding: [0xe7,0x00,0xf0,0x00,0x00,0x3e]
6273 #CHECK: vstm %v0, %v0, 0(%r15), 4 # encoding: [0xe7,0x00,0xf0,0x00,0x40,0x3e]
6274 #CHECK: vstm %v0, %v31, 0 # encoding: [0xe7,0x0f,0x00,0x00,0x04,0x3e]
6275 #CHECK: vstm %v31, %v0, 0 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0x3e]
6276 #CHECK: vstm %v14, %v17, 1074(%r5), 3 # encoding: [0xe7,0xe1,0x54,0x32,0x34,0x3e]
6278 vstm %v0, %v0, 0
6279 vstm %v0, %v0, 4095
6280 vstm %v0, %v0, 0(%r15)
[all …]
Dinsn-bad-zEC12.s1681 #CHECK: vstm %v0, %v0, 0
1683 vstm %v0, %v0, 0
/external/vixl/src/aarch32/
Dassembler-aarch32.h5877 void vstm(Condition cond,
5882 void vstm(DataType dt, in vstm() function
5886 vstm(al, dt, rn, write_back, dreglist); in vstm()
5888 void vstm(Register rn, WriteBack write_back, DRegisterList dreglist) { in vstm() function
5889 vstm(al, kDataTypeValueNone, rn, write_back, dreglist); in vstm()
5891 void vstm(Condition cond, in vstm() function
5895 vstm(cond, kDataTypeValueNone, rn, write_back, dreglist); in vstm()
5898 void vstm(Condition cond,
5903 void vstm(DataType dt, in vstm() function
5907 vstm(al, dt, rn, write_back, sreglist); in vstm()
[all …]
Ddisasm-aarch32.h2527 void vstm(Condition cond,
2533 void vstm(Condition cond,
Ddisasm-aarch32.cc6713 void Disassembler::vstm(Condition cond, in vstm() function in vixl::aarch32::Disassembler
6723 void Disassembler::vstm(Condition cond, in vstm() function in vixl::aarch32::Disassembler
22655 vstm(CurrentCond(), in DecodeT32()
22677 vstm(CurrentCond(), in DecodeT32()
64802 vstm(condition, in DecodeA32()
64829 vstm(condition, in DecodeA32()
Dassembler-aarch32.cc27040 void Assembler::vstm(Condition cond, in vstm() function in vixl::aarch32::Assembler
27073 Delegate(kVstm, &Assembler::vstm, cond, dt, rn, write_back, dreglist); in vstm()
27076 void Assembler::vstm(Condition cond, in vstm() function in vixl::aarch32::Assembler
27107 Delegate(kVstm, &Assembler::vstm, cond, dt, rn, write_back, sreglist); in vstm()
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc2042 MUST_FAIL_TEST_BOTH(vstm(pc, WRITE_BACK, SRegisterList(s0)), in TEST()
2044 MUST_FAIL_TEST_T32(vstm(pc, NO_WRITE_BACK, SRegisterList(s0)), in TEST()
2053 MUST_FAIL_TEST_BOTH(vstm(pc, WRITE_BACK, DRegisterList(d0)), in TEST()
2055 MUST_FAIL_TEST_T32(vstm(pc, NO_WRITE_BACK, DRegisterList(d0)), in TEST()
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns-z13.txt2831 #CHECK: vstm %v0, %v0, 0
2834 #CHECK: vstm %v12, %v18, 1110(%r3)
2837 #CHECK: vstm %v31, %v31, 4095(%r15)
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns-z13.txt4181 # CHECK: vstm %v0, %v0, 0
4184 # CHECK: vstm %v0, %v0, 0, 4
4187 # CHECK: vstm %v12, %v18, 1110(%r3)
4190 # CHECK: vstm %v31, %v31, 4095(%r15)
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td218 defm VSTM : vfp_ldst_mult<"vstm", 0, IIC_fpStore_m, IIC_fpStore_mu>;
223 def : MnemonicAlias<"vstm", "vstmia">;
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc2196 { SYSZ_INS_VSTM, "vstm" },
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td194 def VSTM : StoreMultipleVRSa<"vstm", 0xE73E>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td269 defm VSTM : vfp_ldst_mult<"vstm", 0, IIC_fpStore_m, IIC_fpStore_mu>;
274 def : MnemonicAlias<"vstm", "vstmia">;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrVFP.td305 defm VSTM : vfp_ldst_mult<"vstm", 0, IIC_fpStore_m, IIC_fpStore_mu>;
310 def : MnemonicAlias<"vstm", "vstmia">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td216 defm VSTM : StoreMultipleVRSaAlign<"vstm", 0xE73E>;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td220 defm VSTM : StoreMultipleVRSaAlign<"vstm", 0xE73E>;

12