Searched refs:swp (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.cpp | 331 value *swp[4] = {}; in update_packed_items() local 340 assert(!swp[chan] || swp[chan] == v); in update_packed_items() 341 swp[chan] = v; in update_packed_items() 348 *I2 = swp[chan]; in update_packed_items()
|
/third_party/mksh/ |
H A D | funcs.c | 2628 const char *lhs, **swp; in c_test() local 2680 swp = te.pos.wp; in c_test() 2699 te.pos.wp = swp; in c_test() 2705 swp = te.pos.wp; in c_test() 2711 te.pos.wp = swp; in c_test() 2725 swp = te.pos.wp; in c_test() 2732 te.pos.wp = swp; in c_test()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ |
H A D | armv4cpuid.S | 35 swp r0,r0,[r6]
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ |
H A D | armv4cpuid.S | 35 swp r0,r0,[r6]
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armv4cpuid.pl | 59 swp r0,r0,[r6]
|
/third_party/openssl/crypto/ |
H A D | armv4cpuid.pl | 59 swp r0,r0,[r6]
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 1886 ATOMIC_MEMORY_DISASM_LOAD_X_MODES(AM_SWP_X_TESTS, swp, "swp") in TEST() 1887 ATOMIC_MEMORY_DISASM_LOAD_W_MODES(AM_SWP_W_TESTS, swp, "swp") in TEST() 3476 COMPARE_PREFIX(dci(0xb8208000), "swp"); // SWP_32_memop in TEST() 3516 COMPARE_PREFIX(dci(0xf8208000), "swp"); // SWP_64_memop in TEST()
|
H A D | test-cpu-features-aarch64.cc | 3091 TEST_ATOMICS(swp_0, swp(w0, w1, MemOperand(x2))) 3092 TEST_ATOMICS(swp_1, swp(x0, x1, MemOperand(x2)))
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 2056 void swp(const Register& rs, const Register& rt, const MemOperand& src);
|
H A D | assembler-aarch64.cc | 1778 ATOMIC_MEMORY_LOAD_MODES(DEFINE_ASM_SWP_FUNC, swp, SWP)
|
H A D | macro-assembler-aarch64.h | 1925 ATOMIC_MEMORY_LOAD_MACRO_MODES(DEFINE_MACRO_SWP_ASM_FUNC, Swp, swp)
|
Completed in 46 milliseconds