Home
last modified time | relevance | path

Searched refs:Size4 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h38 Size4 = 2, enumerator
48 SignedSize4 = SignBit | Size4,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp37 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getDescriptions()
88 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getDescriptions()
151 case Operation::Size4: in extract()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c840 } Size4; typedef
926 EXPORT(Size4) TestSize4() { in TestSize4()
927 Size4 f; in TestSize4()
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c45 typedef struct { char x1; char x2; char x3; char x4; } Size4; typedef
99 Size4 Size4_1={'a','b','c','d'};
475 Size4 ABI_ATTR S4_v (void) in S4_v()
Dtest-callback.c752 {Size4 r = Size4_1; in S4_v_simulator()
755 *(Size4*)retp = r; in S4_v_simulator()
2124 Size4 r = S4_v(); in main()
2133 ffi_type_Size4.size = sizeof(Size4); in main()
2134 ffi_type_Size4.alignment = alignof_slot(Size4); in main()
2139 r = ((Size4 (ABI_ATTR *) (void)) callback_code) (); in main()
Dtest-call.c1005 Size4 r = S4_v(); in small_structure_return_tests()
1013 ffi_type_Size4.size = sizeof(Size4); in small_structure_return_tests()
1014 ffi_type_Size4.alignment = alignof_slot(Size4); in small_structure_return_tests()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp3148 unsigned Size4 = MRI.getType(Offset).getSizeInBits(); in getInstrMapping() local
3160 OpdsMapping[4] = AMDGPU::getValueMapping(OffsetBank, Size4); in getInstrMapping()