Searched refs:ZeroExtend (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/sys/arch/arm64/arm64/ |
| H A D | disasm.c | 604 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend() function 990 ZeroExtend(12, imm12, 1), in addsub_imm_common() 997 ZeroExtend(12, imm12, 1), in addsub_imm_common() 1071 ZeroExtend(12, imm12, 1), in OP5FUNC() 1887 ZeroExtend(12, imm12, (size == 0) ? 4 : 8)); in OP4FUNC() 1930 ZeroExtend(12, imm12, 1)); in OP3FUNC() 1965 ZeroExtend(12, imm12, 2)); in OP3FUNC() 2000 ZeroExtend(12, imm12, 1)); in OP4FUNC() 2035 ZeroExtend(12, imm12, 2)); in OP4FUNC() 2070 ZeroExtend(12, imm12, 4)); in OP3FUNC() [all …]
|
| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 190 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enumerator 230 ldr.extendType = ZeroExtend; in parseLdr() 239 ldr.extendType = ZeroExtend; in parseLdr() 309 assert(ldr.extendType == ZeroExtend); in writeImmediateLdr()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 480 _PC = ZeroExtend(target); in BranchTo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 6675 R[t] = ZeroExtend(MemU[address,1], 32); in EmulateLDRBImmediate() 6822 R[t] = ZeroExtend(MemU[address,1], 32); in EmulateLDRBLiteral() 6904 R[t] = ZeroExtend(MemU[address,1],32); in EmulateLDRBRegister() 7068 R[t] = ZeroExtend(data, 32); in EmulateLDRHImmediate() 7214 R[t] = ZeroExtend(data, 32); in EmulateLDRHLiteral() 7320 R[t] = ZeroExtend(data, 32); in EmulateLDRHRegister() 8497 R[d] = ZeroExtend(rotated<7:0>, 32); in EmulateUXTB() 8580 R[d] = ZeroExtend(rotated<15:0>, 32); in EmulateUXTH()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 901 defm ZeroExtend : ImageOperandOperand<0x2000, []>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 44906 auto WidenToV16I8 = [&](SDValue V, bool ZeroExtend) { in combineArithReduction() argument 44908 if (ZeroExtend && Subtarget.hasSSE41()) { in combineArithReduction() 44916 ZeroExtend ? DAG.getConstant(0, DL, MVT::v4i8) in combineArithReduction()
|