Home
last modified time | relevance | path

Searched refs:SRAW (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dacosh_s390x.s99 SRAW $8, R2, R2
152 SRAW $8, R3, R2
Dasinh_s390x.s106 SRAW $8, R1, R1
137 SRAW $8, R4, R1
Dlog10_s390x.s148 SRAW $1, R2, R2
Datanh_s390x.s143 SRAW $8, R2, R1
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
Driscv64.s151 SRAW X5, X6, X7 // bb535340
160 SRAW X5, X7 // bbd35340
165 SRAW $1, X6 // 1b531340
Ds390x.s219 SRAW $4, R5, R8 // eb85000400dc
220 SRAW R3, R5, R8 // eb85300000dc
Dppc64.s433 SRAW $8, R3, R4 // 7c644670
434 SRAW R3, R4, R5 // 7c851e30
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
DRISCV64.rules181 // SRA only considers the bottom 6 bits of y, similarly SRAW only considers the
190 // before passing it to SRAW.
193 // more than the 5 or 6 bits SRAW and SRA care about.
202 (Rsh32x8 <t> x y) && !shiftIsBounded(v) => (SRAW <t> x (OR <y.Type> y (ADDI <y.Typ…
203 (Rsh32x16 <t> x y) && !shiftIsBounded(v) => (SRAW <t> x (OR <y.Type> y (ADDI <y.Typ…
204 (Rsh32x32 <t> x y) && !shiftIsBounded(v) => (SRAW <t> x (OR <y.Type> y (ADDI <y.Typ…
205 (Rsh32x64 <t> x y) && !shiftIsBounded(v) => (SRAW <t> x (OR <y.Type> y (ADDI <y.Typ…
213 (Rsh32x(64|32|16|8) x y) && shiftIsBounded(v) => (SRAW x y)
746 (SRAW x (MOVDconst [val])) => (SRAIW [int64(val&31)] x)
DS390X.rules266 (Rsh32x(64|32|16|8) x y) && shiftIsBounded(v) => (SRAW x y)
267 (Rsh16x(64|32|16|8) x y) && shiftIsBounded(v) => (SRAW (MOVHreg x) y)
268 (Rsh8x(64|32|16|8) x y) && shiftIsBounded(v) => (SRAW (MOVBreg x) y)
295 (Rsh(16|8)x64 x y) => (SRAW (MOV(H|B)reg x) (LOCGR {s390x.GreaterOrEqual} <y.Type> y (MOVDconst <y.…
296 (Rsh(16|8)x32 x y) => (SRAW (MOV(H|B)reg x) (LOCGR {s390x.GreaterOrEqual} <y.Type> y (MOVDconst <y.…
297 (Rsh(16|8)x16 x y) => (SRAW (MOV(H|B)reg x) (LOCGR {s390x.GreaterOrEqual} <y.Type> y (MOVDconst <y.…
298 (Rsh(16|8)x8 x y) => (SRAW (MOV(H|B)reg x) (LOCGR {s390x.GreaterOrEqual} <y.Type> y (MOVDconst <y.…
671 (SRAW x (MOVDconst [c])) && c&32 != 0 => (SRAWconst x [31])
687 (SRAW x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SRAW x y)
1154 ((SLD|SLW|SRD|SRW|SRAD|SRAW)const x [0]) => x
DPPC64.rules190 (Rsh32x(64|32|16|8) x y) && shiftIsBounded(v) => (SRAW x y)
214 (Rsh32x(64|32) <t> x y) => (ISEL [0] (SRAW <t> x y) (SRAWconst <t> x [31]) (CMP(U|WU)const …
215 (Rsh32x16 <t> x y) => (ISEL [2] (SRAW <t> x y) (SRAWconst <t> x [31]) (CMPconst [0] (A…
216 (Rsh32x8 <t> x y) => (ISEL [2] (SRAW <t> x y) (SRAWconst <t> x [31]) (CMPconst [0] (A…
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def207 SRAW,
741 SRAW,
H A DP9InstrResources.td192 (instregex "SRAW(I)?$"),
1092 (instregex "SRAW(I)?_rec$"),
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h38 SRAW, enumerator
H A DRISCVInstrInfo.td53 def riscv_sraw : SDNode<"RISCVISD::SRAW", SDTIntShiftOp>;
518 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">,
1085 def : PatGprGpr<riscv_sraw, SRAW>;
H A DRISCVISelLowering.cpp833 return RISCVISD::SRAW; in getRISCVWOpcode()
985 case RISCVISD::SRAW: in PerformDAGCombine()
1087 case RISCVISD::SRAW: in ComputeNumSignBitsForTargetNode()
2521 case RISCVISD::SRAW: in getTargetNodeName()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Dplan9.go266 case SLW, SLWCC, SLD, SLDCC, SRW, SRAW, SRWCC, SRAWCC, SRD, SRDCC, SRAD, SRADCC:
Dtables.go1368 SRAW const
2788 SRAW: "sraw",
5676 …{SRAW, 0xfc0007ff00000000, 0x7c00063000000000, 0x0, // Shift Right Algebraic Word X-form (sraw RA,…
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
H A DRISCVGenMCCodeEmitter.inc510 UINT64_C(1073762363), // SRAW
1255 case RISCV::SRAW:
1988 CEFBS_IsRV64, // SRAW = 497
H A DRISCVGenAsmWriter.inc775 6274U, // SRAW
1289 32U, // SRAW
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h66 SRAW, enumerator
H A DRISCVInstrInfo.td73 def riscv_sraw : SDNode<"RISCVISD::SRAW", SDT_RISCVIntBinOpW>;
783 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">,
1769 def : PatGprGpr<shiftopw<riscv_sraw>, SRAW>;
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativePPC_32.c295 return push_inst(compiler, SRAW | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c475 …return push_inst(compiler, ((flags & ALT_FORM2) ? SRAW : SRAD) | RC(flags) | S(src1) | A(dst) | B(… in emit_single_op()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td190 (instregex "SRAW(I)?$"),
1093 (instregex "SRAW(I)?_rec$"),
H A DPPCInstrInfo.cpp3091 case PPC::SRAW: in instrHasImmForm()
3133 case PPC::SRAW: in instrHasImmForm()
3880 Opcode == PPC::LIS8 || Opcode == PPC::SRAW || Opcode == PPC::SRAW_rec || in isSignExtendingOp()

123