Home
last modified time | relevance | path

Searched refs:stptr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/
H A Ddo_loop.f90148 integer, pointer :: iptr, sptr, eptr, stptr local
161 stptr => st
174 do iptr=sptr,eptr,stptr
/llvm-project-15.0.7/llvm/test/MC/LoongArch/Basic/Integer/
H A Dmemory.s123 # CHECK64-ASM-AND-OBJ: stptr.w $s5, $a1, 216
125 stptr.w $s5, $a1, 216
127 # CHECK64-ASM-AND-OBJ: stptr.d $t2, $s1, 196
129 stptr.d $t2, $s1, 196
H A Dinvalid64.s49 stptr.w $a0, $a0, -32769
51 stptr.d $a0, $a0, -32769
/llvm-project-15.0.7/llvm/test/CodeGen/LoongArch/
H A D2ri.mir301 # CHECK-ASM: stptr.w $a0, $a1, 348
310 # CHECK-ASM: stptr.d $a0, $a1, 580
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td488 def STPTR_W : STORE_2RI14<0b00100101, "stptr.w">;
489 def STPTR_D : STORE_2RI14<0b00100111, "stptr.d">;