HomeSort by relevance Sort by last modified time
    Searched refs:REG2 (Results 1 - 5 of 5) sorted by null

  /bionic/libc/arch-mips/string/
memcpy.S 221 #define REG2 t2
490 C_LD REG2,UNIT(2)(a1)
503 C_ST REG2,UNIT(2)(a0)
512 C_LD REG2,UNIT(10)(a1)
523 C_ST REG2,UNIT(10)(a0)
548 C_LD REG2,UNIT(2)(a1)
557 C_ST REG2,UNIT(2)(a0)
662 C_LDHI REG2,UNIT(2)(a1)
677 C_LDLO REG2,UNITM1(3)(a1)
686 C_ST REG2,UNIT(2)(a0
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 303 #define DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
304 void MacroAssembler::FN(const REGTYPE REG, const REGTYPE REG2, \
307 LoadStorePairMacro(REG, REG2, addr, OP); \
    [all...]
macro-assembler-arm64.h 271 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
272 inline void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr);
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc     [all...]
macro-assembler-a64.h 738 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
739 void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr);
    [all...]

Completed in 66 milliseconds