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

  /external/llvm/lib/TableGen/
TGLexer.h 50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast,
TGLexer.cpp 473 .Case("add", tgtok::XADD)
TGParser.cpp 872 case tgtok::XADD:
890 case tgtok::XADD: Code = BinOpInit::ADD; Type = IntRecTy::get(); break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.h 50 XConcat, XADD, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast,
TGLexer.cpp 482 .Case("add", tgtok::XADD)
TGParser.cpp 1026 case tgtok::XADD:
    [all...]
  /external/elfutils/libcpu/
bpf_disasm.c 70 #define XADD(T, S) "lock *(" #T " *)(" REG(1) OFF(3) ") += " S
423 code_fmt = XADD(u32, REG(2));
426 code_fmt = XADD(u64, REG(2));
  /external/bcc/src/lua/bpf/
cdef.lua 66 static const int XADD = 0xc0; /* exclusive add */
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)
bpf.lua     [all...]
  /external/syzkaller/pkg/ifuzz/generated/
insns.go     [all...]

Completed in 666 milliseconds