Home
last modified time | relevance | path

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

/external/fio/t/
Daxmap.c72 static int test_multi(size_t size, unsigned int bit_off) in test_multi() argument
76 uint64_t val = bit_off; in test_multi()
79 printf("Test multi %llu entries %u offset...", (unsigned long long) size, bit_off); in test_multi()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1194 : I<(outs), (ins regtype:$Rt, immtype:$bit_off, am_tbrcond:$target),
1195 asm, "\t$Rt, $bit_off, $target", "",
1196 [(node regtype:$Rt, immtype:$bit_off, bb:$target)]>,
1202 bits<6> bit_off;
1207 let Inst{23-19} = bit_off{4-0};