Home
last modified time | relevance | path

Searched refs:RZ (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td66 // Format< OP[6] | RZ[5] | SOP[3] | OFFSET[18] >
77 // Format< OP[6] | RZ[5] | RX[5] | IMM[16] >
91 // Format< OP[6] | SOP[5] | RZ[5] | IMM[16] >
107 // Format< OP[6] | SOP[5] | RZ[5] | OFFSET[16] >
195 // Format< OP[6] | RZ[5] | RX[5] | SOP[4] | IMM[12] >
236 // Format< OP[6] | RZ[5] | RX[5] | SOP[4] | OFFSET[12] >
242 // Format< OP[6] | RZ[5] | RX[5] | SOP[4] | OFFSET[12] >
262 // Format< OP[6] | RZ[5] | RX[5] | SOP[6] | PCODE[5] | IMM[5]>
400 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]>
430 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]>
[all …]
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1287.crt13 RPXLpg4bZubgxOrT4CSwWThwGw+GIXo/4RZ+bLlePoi5ZeCYXqRPlJf8AC/Eemtm
H A D390.chain38 ywIStSlRwxNs3A2w/eZyrkclBOtFeyJ8g7ugvgaMrknvp1QJnAdYqLOIstwiO+RZ
H A D258.chain13 1gveaPH2tRYps44mrMwQSMUmhoep5+AdOmyz/jdHe7Lj+RZ+woE8E5YW5646I6NC
H A D2557.chain43 4xVqswyvHgyoruscZAunxkEIFnPRdO7Cyi3fEDTgwiyem+G/RZ/0H45j0IorZh1O
/openbsd/regress/lib/libc/sys/
H A Dh_macros.h51 #define RZ(x) \ macro
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.h138 RZ, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp137 case NVPTX::PTXCvtMode::RZ: in printCvtMode()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2427 uint64_t RZ = 0; in getRedzoneSizeForGlobal() local
2432 RZ = MinRZ - SizeInBytes; in getRedzoneSizeForGlobal()
2435 RZ = std::clamp((SizeInBytes / MinRZ / 4) * MinRZ, MinRZ, kMaxRZ); in getRedzoneSizeForGlobal()
2439 RZ += MinRZ - (SizeInBytes % MinRZ); in getRedzoneSizeForGlobal()
2442 assert((RZ + SizeInBytes) % MinRZ == 0); in getRedzoneSizeForGlobal()
2444 return RZ; in getRedzoneSizeForGlobal()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp707 RegisterCell RZ = RegisterCell(W0).fill(BX, W1, Zero) in evaluate() local
710 RegisterCell RC = eINS(eINS(RZ, BF1, 0), BF2, W1); in evaluate()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h373 RZ = 3, // Round towards Zero enumerator
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h498 RZ = 3, // Round towards Zero enumerator
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c2846 mips_gprmask |= 1 << MIPS16_EXTRACT_OPERAND (RZ, *ip); in append_insn()
2934 (ip, MIPS16_EXTRACT_OPERAND (RZ, history[0]), in append_insn()
3571 MIPS16_INSERT_OPERAND (RZ, insn, va_arg (args, int)); in mips16_macro_build()
7914 zreg = MIPS16_EXTRACT_OPERAND (RZ, *ip); in mips16_macro()
9855 MIPS16_INSERT_OPERAND (RZ, *ip, regno); in mips16_ip()