/external/bcc/tests/lua/ |
D | .luacheckrc | 4 new_globals = { "pkt", "time", "xadd", "c" } 11 new_globals = { "pkt", "time", "xadd", "c" }
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Locked.cpp | 156 __ xadd(IceType_i##Size, dwordAddress(T0), \ in TEST_F() 203 __ xadd(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local 211 __ xadd(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local 221 __ xadd(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local 229 __ xadd(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local 239 __ xadd(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local 247 __ xadd(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Locked.cpp | 155 __ xadd(IceType_i##Size, dwordAddress(T0), Encoded_GPR_##Dst1(), \ in TEST_F() 207 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local 216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() local 226 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local 235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() local 245 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local 254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() local
|
/external/bcc/examples/lua/ |
D | kprobe-write.lua | 27 xadd(map[0], 1)
|
D | sock-proto.lua | 30 xadd(map[proto], 1) -- Atomic `map[proto] += 1`
|
D | sock-protolen.lua | 30 xadd(map[proto], skb.len) -- Atomic `map[proto] += <payload length>`
|
D | sock-parse-dns.lua | 44 xadd(map[qtype], 1)
|
D | sock-parse-http.lua | 43 else xadd(map[h], 1)
|
D | kprobe-latency.lua | 45 xadd(lat_map[index], 1)
|
D | tracepoint-offcputime.lua | 56 xadd(counts[key], delta)
|
/external/bcc/src/lua/bpf/spec/ |
D | compile_spec.lua | 17 xadd(mock_map[proto], 1)
|
D | codegen_spec.lua | 567 xadd(val, 1) 608 xadd(val, 1)
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_gv100.cpp | 234 Instruction *xadd = in handleSUB() local 236 xadd->src(0).mod = i->src(0).mod; in handleSUB() 237 xadd->src(1).mod = i->src(1).mod ^ Modifier(NV50_IR_MOD_NEG); in handleSUB() 238 xadd->ftz = i->ftz; in handleSUB()
|
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 99 local function xadd() error('NYI') end function 100 builtins.xadd = xadd 101 builtins[xadd] = function (e, ret, a, b, off)
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-intrinsics.ll | 344 ; CHECK: lock xadd BYTE {{.*}},[[REG:.*]] 385 ; CHECK: lock xadd WORD {{.*}},[[REG:.*]] 424 ; CHECK: lock xadd DWORD {{.*}},[[REG:.*]] 547 ; Technically this could use "lock add" instead of "lock xadd", if liveness 550 ; CHECK: lock xadd DWORD {{.*}},[[REG:.*]] 622 ; CHECK: lock xadd BYTE {{.*}},[[REG]] 664 ; CHECK: lock xadd WORD {{.*}},[[REG]] 704 ; CHECK: lock xadd DWORD {{.*}},[[REG]] 756 ; Could use "lock sub" instead of "neg; lock xadd" 759 ; CHECK: lock xadd DWORD {{.*}},[[REG]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-10-19-atomic-cmp-eflags.ll | 40 ;CHECK: lock {{xadd|addq}} %rdx, __profiling_callsite_timestamps_live
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-10-19-atomic-cmp-eflags.ll | 40 ;CHECK: lock {{xadd|addq}} %rdx, __profiling_callsite_timestamps_live
|
/external/bcc/src/lua/ |
D | README.md | 67 xadd(map[proto], 1) -- Increment packet count 129 * `xadd(dst, inc)` - exclusive add, a synchronous `*dst += b` if Lua had `+=` operator
|
/external/swiftshader/third_party/subzero/docs/ |
D | LOWERING.rst | 226 the x86 ``xadd`` and ``xchg`` instructions modify both source operands. Some 229 have at most one ``Dest``, the ``xadd`` and ``xchg`` instructions need special
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1884 "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB; 1886 "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB, 1889 "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB, 1892 "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB; 1897 "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB; 1899 "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB, 1902 "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB, 1905 "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2033 "xadd{b}\t{$src2, $src1|$src1, $src2}", []>, TB; 2036 "xadd{w}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize16; 2039 "xadd{l}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize32; 2042 "xadd{q}\t{$src2, $src1|$src1, $src2}", []>, TB; 2049 "xadd{b}\t{$val, $ptr|$ptr, $val}", []>, TB; 2052 "xadd{w}\t{$val, $ptr|$ptr, $val}", []>, TB, 2056 "xadd{l}\t{$val, $ptr|$ptr, $val}", []>, TB, 2060 "xadd{q}\t{$val, $ptr|$ptr, $val}", []>, TB;
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86Base.h | 720 void xadd(Type Ty, const Address &address, GPRRegister reg, bool Locked);
|
/external/elfutils/libcpu/defs/ |
D | i386 | 578 00001111,1100000{w},{mod}{reg}{r_m}:xadd {reg}{w},{mod}{r_m}{w}
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
/external/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 696 void Assembler::xadd(Operand dst, Register src) { in xadd() function in v8::internal::Assembler
|