Searched refs:stptr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | do_loop.f90 | 148 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 D | memory.s | 123 # 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 D | invalid64.s | 49 stptr.w $a0, $a0, -32769 51 stptr.d $a0, $a0, -32769
|
| /llvm-project-15.0.7/llvm/test/CodeGen/LoongArch/ |
| H A D | 2ri.mir | 301 # 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 D | LoongArchInstrInfo.td | 488 def STPTR_W : STORE_2RI14<0b00100101, "stptr.w">; 489 def STPTR_D : STORE_2RI14<0b00100111, "stptr.d">;
|