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

  /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/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 3730 void AssemblerX86Base<TraitsType>::xadd(Type Ty, const Address &addr, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]

Completed in 291 milliseconds