Home
last modified time | relevance | path

Searched defs:RD2 (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/none/tests/arm/
Dv6intThumb.c190 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, cvin) \ argument
298 #define TESTINSTPCMISALIGNED_2OUT(instruction, RD, RD2, label, cvin) \ argument
Dv6intARM.c100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
Dv6media.c109 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
Dvfp.c113 #define TESTINSN_vmov_2core_2single(instruction, RD1, RD2, SN, SM, SNval, SMval) \ argument
173 #define TESTINSN_vmov_2core_double(instruction, RD1, RD2, DN, DNval0, DNval1) \ argument
/external/chromium_org/net/http/
Dmd4.cc71 #define RD2(a,b,c,d,k,s) a += G(b,c,d) + X[k] + 0x5A827999; a = ROTL(a,s) macro
/external/clang/lib/Sema/
DSemaChecking.cpp7808 RecordDecl *RD2) { in isLayoutCompatibleStruct()
7853 RecordDecl *RD2) { in isLayoutCompatibleUnion()
7878 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2848 unsigned RD2 = RegInfo.createVirtualRegister(RC); in emitMSACBranchPseudo() local