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

1 2 3 4

  /external/valgrind/main/none/tests/ppc32/
opcodes.h 28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \
32 "(" #RA "<<" X20_RA_OFFSET ")" "+" \
37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES)
46 #define DCBT_S(RA, RB, TH) X20(DCBT_OPCODE, TH, RA, RB, DCBT_XO, DCBT_RES)
47 #define ASM_DCBT(RA, RB, TH) __asm__ __volatile__ (DCBT_S(RA, RB, TH))
53 #define DCBTST_S(RA, RB, TH) X20(DCBTST_OPCODE, TH, RA, RB, DCBTST_XO, DCBTST_RES
    [all...]
  /external/clang/test/Layout/
ms-x86-alias-avoidance-padding.cpp 301 struct RA {};
306 struct RX0 : RB, RA {};
307 struct RX1 : RA, RB {};
308 struct RX2 : RA { char a; };
309 struct RX3 : RA { RB a; };
310 struct RX4 { RA a; char b; };
311 struct RX5 { RA a; RB b; };
313 struct RX7 : virtual RW { RA a; };
314 struct RX8 : RA, virtual RW {};
326 // CHECK-NEXT: 1 | struct RA (base) (empty
    [all...]
ms-x86-pack-and-align.cpp 430 struct RA {};
441 struct __declspec(align(8)) RB2 : virtual RA {
445 struct __declspec(align(8)) RB3 : virtual RA {
476 // CHECK-NEXT: 1028 | struct RA (virtual base) (empty)
484 // CHECK-NEXT: 2052 | struct RA (virtual base) (empty)
519 // CHECK-X64-NEXT: 1028 | struct RA (virtual base) (empty)
527 // CHECK-X64-NEXT: 2052 | struct RA (virtual base) (empty)
  /external/qemu/disas/
ppc.c 688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
689 #define RA NSI + 1
693 /* As above, but 0 in the RA field means zero, not r0. */
694 #define RA0 RA + 1
697 /* The RA field in the DQ form lq instruction, which has special
702 /* The RA field in a D or X form instruction which is an updating
703 load, which means that the RA field may not be zero and may not
708 /* The RA field in an lmw instruction, which has special value
713 /* The RA field in a D or X form instruction which is an updating
714 store or an updating floating point load, which means that the RA
    [all...]
  /external/smack/src/org/xbill/DNS/
Flags.java 29 public static final byte RA = 8;
49 flags.add(RA, "ra");
  /art/runtime/arch/mips/
registers_mips.cc 28 "t8", "t9", "k0", "k1", "gp", "sp", "fp", "ra",
31 if (rhs >= ZERO && rhs <= RA) {
context_mips.cc 37 gprs_[RA] = &ra_;
40 ra_ = MipsContext::kBadGprBase + RA;
context_mips.h 44 bool success = SetGPR(RA, new_pc);
45 CHECK(success) << "Failed to set RA register";
86 // Hold values for sp and ra (return address) if they are not located within a stack frame.
quick_method_frame_info_mips.h 38 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA);
registers_mips.h 61 RA = 31, // Return address.
  /external/clang/test/CodeGenCXX/
devirtualize-virtual-function-calls-final.cpp 164 struct RA {
169 struct RC final : public RA {
185 return static_cast<RA*>(x)->f();
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 46 const MCReadAdvanceEntry *RA,
56 ReadAdvanceTable = RA;
  /bionic/libc/arch-mips/include/machine/
regnum.h 67 #define RA 31
  /bionic/libc/arch-mips64/include/machine/
regnum.h 67 #define RA 31
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 67 #define RA 31
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 67 #define RA 31
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 67 #define RA 31

Completed in 1358 milliseconds

1 2 3 4