Searched refs:RZ (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats.td | 66 // 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 D | 1287.crt | 13 RPXLpg4bZubgxOrT4CSwWThwGw+GIXo/4RZ+bLlePoi5ZeCYXqRPlJf8AC/Eemtm
|
H A D | 390.chain | 38 ywIStSlRwxNs3A2w/eZyrkclBOtFeyJ8g7ugvgaMrknvp1QJnAdYqLOIstwiO+RZ
|
H A D | 258.chain | 13 1gveaPH2tRYps44mrMwQSMUmhoep5+AdOmyz/jdHe7Lj+RZ+woE8E5YW5646I6NC
|
H A D | 2557.chain | 43 4xVqswyvHgyoruscZAunxkEIFnPRdO7Cyi3fEDTgwiyem+G/RZ/0H45j0IorZh1O
|
/openbsd/regress/lib/libc/sys/ |
H A D | h_macros.h | 51 #define RZ(x) \ macro
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 138 RZ, enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.cpp | 137 case NVPTX::PTXCvtMode::RZ: in printCvtMode()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2427 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 D | HexagonBitTracker.cpp | 707 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 D | ARMISelLowering.h | 373 RZ = 3, // Round towards Zero enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 498 RZ = 3, // Round towards Zero enumerator
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 2846 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()
|