HomeSort by relevance Sort by last modified time
    Searched defs:Rt2 (Results 1 - 13 of 13) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_arm.s 20 #define Rt2 R12
43 MOVBU Rj<<2(Rstate), Rt2
44 MOVB Rt2, Ri<<2(Rstate)
48 ADD Rt2, Rt
51 MOVBU Rk<<0(Rsrc), Rt2
52 EOR Rt, Rt2
53 MOVB Rt2, Rk<<0(Rdst)
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_arm.s 20 #define Rt2 R12
43 MOVBU Rj<<2(Rstate), Rt2
44 MOVB Rt2, Ri<<2(Rstate)
48 ADD Rt2, Rt
51 MOVBU Rk<<0(Rsrc), Rt2
52 EOR Rt, Rt2
53 MOVB Rt2, Rk<<0(Rdst)
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_arm.s 37 #define Rt2 R11 // Temporary
59 MOVBU 1(Rdata), Rt2 ; \
62 ORR Rt2<<16, Rt0, Rt0 ; \
73 MOVW (-8*4)(Rw), Rt2 ; \
76 EOR Rt2, Rt0, Rt0 ; \
202 MOVM.IB (R13), [Rt0,Rt1,Rt2,Rctr,Rw]
205 ADD Rt2, Rc
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_arm.s 37 #define Rt2 R11 // Temporary
59 MOVBU 1(Rdata), Rt2 ; \
62 ORR Rt2<<16, Rt0, Rt0 ; \
73 MOVW (-8*4)(Rw), Rt2 ; \
76 EOR Rt2, Rt0, Rt0 ; \
202 MOVM.IB (R13), [Rt0,Rt1,Rt2,Rctr,Rw]
205 ADD Rt2, Rc
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ThumbDisassembler.c 268 { "MRRC", 0xec500000, 0xfff00000, MRRC_THUMB2 }, // MRRC <coproc>,<opc1>,<Rt>,<Rt2>,<CRm>
269 { "MRRC2", 0xfc500000, 0xfff00000, MRRC_THUMB2 }, // MRR2 <coproc>,<opc1>,<Rt>,<Rt2>,<CRm>
348 { "LDRD", 0xe8500000, 0xfe500000, LDRD_REG_IMM8_SIGNED }, // LDRD <rt>, <rt2>, [<rn>, {, #<imm8>]}{!}
349 { "LDRD", 0xe8500000, 0xfe500000, LDRD_REG_IMM8 }, // LDRD <rt>, <rt2>, <label>
355 { "LDREXD", 0xe8d00f4f, 0xfff00fff, LDREXD }, // LDREXD <Rt>, <Rt2>, [<Rn>]
371 { "STRD", 0xe8400000, 0xfe500000, LDRD_REG_IMM8_SIGNED }, // STRD <rt>, <rt2>, [<rn>, {, #<imm8>]}{!}
377 { "STREXD", 0xe8d00f4f, 0xfff00fff, LDREXD }, // STREXD <Rd>, <Rt>, <Rt2>, [<Rn>]
496 UINT16 Rd, Rn, Rm, Rt, Rt2;
697 Rt2 = (OpCode32 >> 8) & 0xf;
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 4259 milliseconds