HomeSort by relevance Sort by last modified time
    Searched refs:xadd (Results 1 - 22 of 22) sorted by null

  /external/bcc/src/lua/bpf/spec/
compile_spec.lua 17 xadd(mock_map[proto], 1)
codegen_spec.lua 561 it('array map (u32, const key replace xadd, const value)', function()
567 xadd(val, 1)
600 it('array map (u32, const key replace xadd, const value) inverse nil check', function()
608 xadd(val, 1)
  /external/bcc/examples/lua/
kprobe-write.lua 27 xadd(map[0], 1)
sock-parse-dns.lua 44 xadd(map[qtype], 1)
sock-parse-http.lua 43 else xadd(map[h], 1)
sock-proto.lua 30 xadd(map[proto], 1) -- Atomic `map[proto] += 1`
sock-protolen.lua 30 xadd(map[proto], skb.len) -- Atomic `map[proto] += <payload length>`
kprobe-latency.lua 45 xadd(lat_map[index], 1)
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp 138 TEST_F(AssemblerX8632Test, Xadd) {
156 __ xadd(IceType_i##Size, dwordAddress(T0), \
197 TEST_F(AssemblerX8632LowLevelTest, Xadd) {
201 // Ensures that xadd emits a lock prefix accordingly.
203 __ xadd(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup),
211 __ xadd(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup),
221 __ xadd(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup),
229 __ xadd(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup),
239 __ xadd(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup),
247 __ xadd(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup)
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Locked.cpp 138 TEST_F(AssemblerX8664Test, Xadd) {
155 __ xadd(IceType_i##Size, dwordAddress(T0), Encoded_GPR_##Dst1(), \
201 TEST_F(AssemblerX8664LowLevelTest, Xadd) {
205 // Ensures that xadd emits a lock prefix accordingly.
207 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(),
216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked);
226 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(),
235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked);
245 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(),
254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked)
    [all...]
  /external/bcc/src/lua/bpf/
builtins.lua 99 local function xadd() error('NYI') end function
100 builtins.xadd = xadd
101 builtins[xadd] = function (e, ret, a, b, off)
103 assert(vinfo and vinfo.__dissector, 'xadd(a, b[, offset]) called on non-pointer')
109 assert(off, 'xadd(a, b, offset) - offset is not valid in given structure')
112 assert(w == 4 or w == 8, 'NYI: xadd() - 1 and 2 byte atomic increments are not supported')
123 e.emit(BPF.XADD + BPF.STX + const_width[w], dst_reg, src_reg, off or 0, 0)
  /external/icu/icu4c/source/common/
ulayout_props_data.h 52 0,0,0xac2,0,0xad1,0,0,0xadd,0xae7,0,0,0,0,0,0,0,
    [all...]
uchar_props_data.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 720 void xadd(Type Ty, const Address &address, GPRRegister reg, bool Locked);
    [all...]
IceInstX86BaseImpl.h 373 Func, InstX86Base::Xadd, 2, llvm::dyn_cast<Variable>(Dest), Locked) {
    [all...]
IceAssemblerX86BaseImpl.h 3730 void AssemblerX86Base<TraitsType>::xadd(Type Ty, const Address &addr, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
  /external/syzkaller/pkg/ifuzz/
pseudo.go 743 0xada, 0xadb, 0xadc, 0xadd, 0xade, 0xadf, 0xae0, 0xae1,
  /external/syzkaller/vendor/golang.org/x/text/unicode/norm/
tables10.0.0.go     [all...]
tables9.0.0.go     [all...]
  /external/syzkaller/vendor/golang.org/x/net/idna/
tables.go     [all...]
  /external/capstone/arch/X86/
X86GenDisassemblerTables.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenDisassemblerTables.inc     [all...]

Completed in 756 milliseconds