Home
last modified time | relevance | path

Searched refs:rN (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
HDsync-ops.h48 #define MINMAX_4(rD, rN, rM, cmp_kind) \ argument
49 cmp rN, rM; \
52 mov##cmp_kind rD, rN
HDsync_fetch_and_add_4.S17 #define add_4(rD, rN, rM) add rD, rN, rM argument
HDsync_fetch_and_nand_4.S16 #define nand_4(rD, rN, rM) bic rD, rN, rM argument
HDsync_fetch_and_or_4.S16 #define or_4(rD, rN, rM) orr rD, rN, rM argument
HDsync_fetch_and_xor_4.S16 #define xor_4(rD, rN, rM) eor rD, rN, rM argument
HDsync_fetch_and_and_4.S16 #define and_4(rD, rN, rM) and rD, rN, rM argument
HDsync_fetch_and_sub_4.S17 #define sub_4(rD, rN, rM) sub rD, rN, rM argument
HDsync_fetch_and_umax_4.S16 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi) argument
HDsync_fetch_and_umin_4.S16 #define umin_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lo) argument
HDsync_fetch_and_max_4.S16 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt) argument
HDsync_fetch_and_min_4.S16 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt) argument
/freebsd-11-stable/contrib/gdb/gdb/
HDia64-tdep.c1084 int rN = (int) ((instr & 0x00000001fc0LL) >> 6); in examine_prologue() local
1096 cfm_reg = rN; in examine_prologue()
1112 int rN = (int) ((instr & 0x00000001fc0LL) >> 6); in examine_prologue() local
1114 if (qp == 0 && rN == 2 && imm == 0 && rM == 12 && fp_reg == 0) in examine_prologue()
1117 fp_reg = rN; in examine_prologue()
1160 int rN = (int) ((instr & 0x00000001fc0LL) >> 6); in examine_prologue() local
1163 if (qp == 0 && b2 == 0 && rN >= 32 && ret_reg == 0) in examine_prologue()
1165 ret_reg = rN; in examine_prologue()
1177 int rN = (int) ((instr & 0x00000001fc0LL) >> 6); in examine_prologue() local
1180 if (qp == 0 && rN >= 32 && imm == 0 && rM == 12 && fp_reg == 0) in examine_prologue()
[all …]
/freebsd-11-stable/gnu/usr.bin/rcs/
HDrcstest262 co -rN $q a.c &&
267 co -rN $q a.c &&
HDNEWS101 used to check out the revision. E.g. `co -rN foo' causes foo's
147 rcsdiff -rN -rN now suppresses needless checkout and comparison
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.td255 // then nonvolatiles in reverse order since stmw/lmw save from rN to r31
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog1256 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
/freebsd-11-stable/contrib/subversion/
HDCHANGES437 * New '-rN' option for 'svnadmin lstxns' (r1703699)
772 * Fix SEGV for 'svn export -rN WC' with relative externals (r1803755)
2626 * fix "svn diff -cN PATH" where PATH was deleted in rN (r1338708)
2643 * fix 'svn diff -rN' failing to show local replace (issue #3797)
3354 * make 'svn diff -c N' work for files added in rN (issue #2873)
5114 * fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXIntrinsics.td7369 // Generates "{{$r0, $r1,.... $rN-1}}" for use in asm string construction.
/freebsd-11-stable/contrib/gcc/
HDFSFChangeLog.105798 * sh.md (define_peephole): Add peepholes to use r0+rN addressing mode