Home
last modified time | relevance | path

Searched refs:got_op (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c200 int got_op = 0; /* &1 for got_op1, &4 for got_op3 etc. */ in dofile() local
216 got_op |= 1; in dofile()
219 got_op |= 2; in dofile()
222 got_op |= 4; in dofile()
225 got_op |= 8; in dofile()
260 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp453 bool got_op = false; in Decode() local
469 got_op = true; in Decode()
474 got_op = true; in Decode()
479 got_op = true; in Decode()
484 got_op = true; in Decode()
490 got_op = true; in Decode()
494 if (!got_op) { in Decode()