Home
last modified time | relevance | path

Searched refs:V32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp61 void setReg(unsigned R32, uint32_t V32, ImmediateMap &IMap);
82 void HexagonTfrCleanup::setReg(unsigned R32, uint32_t V32, ImmediateMap &IMap) { in setReg() argument
83 IMap[R32] = V32; in setReg()
H A DHexagonConstPropagation.cpp2247 int32_t V32; in evaluate() local
2248 memcpy(&V32, &U32, sizeof V32); in evaluate()
2250 const ConstantInt *C32 = ConstantInt::get(Ty, static_cast<int64_t>(V32)); in evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp105 VE::V32, VE::V33, VE::V34, VE::V35, VE::V36, VE::V37, VE::V38, VE::V39,
/freebsd/contrib/file/magic/Magdir/
H A Dlinux538 >>&0 leshort 0x5032 RISC-V32 EFI executable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td2597 defm : SI_INDIRECT_Pattern <v32f32, f32, "V32">;
2607 defm : SI_INDIRECT_Pattern <v32i32, i32, "V32">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32443 SDValue V32 = DAG.getBitcast(VT, V); in LowerHorizontalByteSum() local
32444 SDValue Low = getUnpackl(DAG, DL, VT, V32, Zeros); in LowerHorizontalByteSum()
32445 SDValue High = getUnpackh(DAG, DL, VT, V32, Zeros); in LowerHorizontalByteSum()