HomeSort by relevance Sort by last modified time
    Searched refs:SRW (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 88 Reserved.set(MSP430::SRW);
138 // The SRW implicit def is dead.
153 // The SRW implicit def is dead.
MSP430ISelLowering.cpp 799 // Res = SRW & 1, no processing is required
802 // Res = ~(SRW & 1)
807 // C = ~Z, thus Res = SRW & 1, no processing is required
809 // Res = ~((SRW >> 1) & 1)
816 // C = ~Z for AND instruction, thus we can put Res = ~(SRW & 1), however,
817 // Res = (SRW >> 1) & 1 is 1 word shorter.
823 SDValue SR = DAG.getCopyFromReg(DAG.getEntryNode(), dl, MSP430::SRW,
    [all...]
  /prebuilts/go/darwin-x86/src/math/
log10_s390x.s 107 SRW $8, R2, R2
  /prebuilts/go/linux-x86/src/math/
log10_s390x.s 107 SRW $8, R2, R2
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.opc 121 #define SRW(r) OP (1, RL78_Operand_Register, RW(r), 0)
273 ID(add); W(); DR(AX); SRW(rw); Fzac;
539 ID(cmp); W(); DR(AX); SRW(ra); Fzac;
855 ID(mov); W(); DR(AX); SRW(ra);
993 ID(mov); W(); DPUSH(); SRW(rg);
1191 ID(sub); W(); DR(AX); SRW(rw); Fzac;
1238 ID(xch); W(); DR(AX); SRW(ra);
    [all...]
rl78-decode.c 122 #define SRW(r) OP (1, RL78_Operand_Register, RW(r), 0)
227 ID(add); W(); DR(AX); SRW(rw); Fzac;
473 ID(mov); W(); DR(AX); SRW(ra);
633 ID(sub); W(); DR(AX); SRW(rw); Fzac;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 182 "SRW",
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_ppc64le.s 65 SRW $10, R10; \
72 SRW $3, R10; \
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 182 "SRW",
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_ppc64le.s 65 SRW $10, R10; \
72 SRW $3, R10; \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 176 {name: "SRW", argLength: 2, reg: gp21, asm: "SRW"}, // arg0 >> arg1, 32 bits (0 if arg1 & 32 != 0)
186 {name: "SRWconst", argLength: 1, reg: gp11, asm: "SRW", aux: "Int64"}, // arg0 >> aux, 32 bits
S390XOps.go 269 {name: "SRW", argLength: 2, reg: sh21, asm: "SRW"}, // unsigned arg0 >> arg1, shift amount is mod 32
271 {name: "SRWconst", argLength: 1, reg: gp11, asm: "SRW", aux: "Int32"}, // unsigned arg0 >> auxint, shift amount 0-31
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 176 {name: "SRW", argLength: 2, reg: gp21, asm: "SRW"}, // arg0 >> arg1, 32 bits (0 if arg1 & 32 != 0)
186 {name: "SRWconst", argLength: 1, reg: gp11, asm: "SRW", aux: "Int64"}, // arg0 >> aux, 32 bits
S390XOps.go 269 {name: "SRW", argLength: 2, reg: sh21, asm: "SRW"}, // unsigned arg0 >> arg1, shift amount is mod 32
271 {name: "SRWconst", argLength: 1, reg: gp11, asm: "SRW", aux: "Int32"}, // unsigned arg0 >> auxint, shift amount 0-31
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 228 return push_inst(compiler, SRW | RC(flags) | S(src1) | A(dst) | B(src2));
sljitNativePPC_64.c 367 return push_inst(compiler, ((flags & ALT_FORM2) ? SRW : SRD) | RC(flags) | S(src1) | A(dst) | B(src2));
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 57 "SRW",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 57 "SRW",
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 228 PEF (.pef), RAF (.raf), RW2 (.rw2), SRW (.srw)</td>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewriteS390X.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewriteS390X.go     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]

Completed in 253 milliseconds

1 2