Home
last modified time | relevance | path

Searched refs:STORE32 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp97 unsigned STORE32; member
311 STORE_OPCODE(STORE32, STRi12); in OpcodeCache()
370 return isStore ? Opcodes.STORE32 : Opcodes.LOAD32; in selectLoadStoreOpCode()
/third_party/backends/backend/
H A Dapple.c115 #define STORE32(p,v) \ macro
668 STORE32 (WP + 6, s->ULx); in scan_area_and_windows()
669 STORE32 (WP + 10, s->ULy); in scan_area_and_windows()
670 STORE32 (WP + 14, s->Width); in scan_area_and_windows()
671 STORE32 (WP + 18, s->Height); in scan_area_and_windows()
H A Dabaton.c180 #define STORE32(ptr, val) \ macro
/third_party/mbedtls/library/
H A Decp_curves.c4914 #define STORE32 N->p[i] = cur; macro
4921 #define STORE32 \ macro
4964 STORE32; i++; LOAD32; \
4972 STORE32; i++; \
4973 cur = c > 0 ? c : 0; STORE32; \
4974 cur = 0; while (++i < MAX32) { STORE32; } \
5120 #undef STORE32 macro
H A Decp_curves_new.c4992 #define STORE32 X[i] = (mbedtls_mpi_uint) cur; macro
5002 #define STORE32 \ macro
5045 STORE32; i++; LOAD32; \
5051 STORE32; i = 0; LOAD32; \
5056 STORE32; i++; \
5294 #undef STORE32 macro

Completed in 26 milliseconds