Home
last modified time | relevance | path

Searched refs:offset0 (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DSIInstrInfo.td382 i8imm:$offset0, i8imm:$offset1),
383 asm#" $vdst, $gds, $addr, $data0, $data1, $offset0, $offset1, [M0]",
393 i8imm:$offset0, i8imm:$offset1),
394 asm#" $gds, $addr, $data0, $data1, $offset0, $offset1, [M0]",
404 (ins i1imm:$gds, VReg_32:$addr, VReg_32:$data0, i8imm:$offset0,
406 asm#" $gds, $vdst, $addr, $data0, $offset0, $offset1, [M0]",
DSIInstrFormats.td321 bits<8> offset0;
324 let Inst{7-0} = offset0;
/freebsd-9-stable/contrib/gdb/gdb/
Dgo32-nat.c1273 unsigned short offset0 __attribute__((packed)); member
1411 gate.selector, gate.offset1, gate.offset0); in display_descriptor()
1423 gate.selector, gate.offset1, gate.offset0); in display_descriptor()
1435 gate.selector, gate.offset1, gate.offset0); in display_descriptor()
1443 gate.selector, gate.offset1, gate.offset0); in display_descriptor()
/freebsd-9-stable/sys/dev/ata/chipsets/
Data-siliconimage.c367 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
372 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/freebsd-9-stable/sys/dev/sound/usb/
Duaudio.c2372 uint32_t offset0; in uaudio_chan_record_callback() local
2393 offset0 = 0; in uaudio_chan_record_callback()
2411 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2443 offset0 += mfl; in uaudio_chan_record_callback()
/freebsd-9-stable/contrib/gcc/
Dfold-const.c8043 tree base0, offset0, base1, offset1; in fold_comparison() local
8045 if (extract_array_ref (arg0, &base0, &offset0) in fold_comparison()
8057 if (offset0 == NULL_TREE) in fold_comparison()
8058 offset0 = build_int_cst (signed_size_type_node, 0); in fold_comparison()
8060 offset0 = fold_convert (signed_size_type_node, offset0); in fold_comparison()
8066 return fold_build2 (code, type, offset0, offset1); in fold_comparison()