Home
last modified time | relevance | path

Searched refs:bb_op (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td19 def BR_IF : I<(outs), (ins bb_op:$dst, I32:$cond),
23 def BR_UNLESS : I<(outs), (ins bb_op:$dst, I32:$cond), [],
26 def BR : I<(outs), (ins bb_op:$dst),
35 (BR_IF bb_op:$dst, I32:$cond)>;
37 (BR_UNLESS bb_op:$dst, I32:$cond)>;
DWebAssemblyInstrInfo.td72 def bb_op : Operand<OtherVT>;
/external/syslinux/gpxe/src/util/
Dnrv2b.c179 unsigned char *bb_op; member
829 c->bb_op = NULL; in bbConfig()
868 c->bb_p = c->bb_op; in bbPutBit()
869 c->bb_op += c->bb_c_s8; in bbPutBit()
872 assert(c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutBit()
880 assert(c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutBit()
883 c->bb_p = c->bb_op; in bbPutBit()
884 c->bb_op += c->bb_c_s8; in bbPutBit()
894 assert(c->bb_p == NULL || c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutByte()
895 *c->bb_op++ = (uint8_t)(b); in bbPutByte()
[all …]