Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/R600/
HDSIInstrInfo.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]",
HDSIInstrFormats.td321 bits<8> offset0;
324 let Inst{7-0} = offset0;
/trueos/contrib/gdb/gdb/
HDgo32-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()
/trueos/sys/dev/ata/chipsets/
HData-siliconimage.c364 int offset0 = ((ch->unit & 1) << 3) + ((ch->unit & 2) << 8); in ata_sii_status() local
369 (ATA_INL(ctlr->r_res2, 0x10 + offset0) & 0x00000010)) in ata_sii_status()
/trueos/sys/dev/sound/usb/
HDuaudio.c2261 uint32_t offset0; in uaudio_chan_record_callback() local
2282 offset0 = 0; in uaudio_chan_record_callback()
2300 uint32_t offset1 = offset0; in uaudio_chan_record_callback()
2332 offset0 += mfl; in uaudio_chan_record_callback()
/trueos/contrib/gcc/
HDfold-const.c8045 tree base0, offset0, base1, offset1; in fold_comparison() local
8047 if (extract_array_ref (arg0, &base0, &offset0) in fold_comparison()
8059 if (offset0 == NULL_TREE) in fold_comparison()
8060 offset0 = build_int_cst (signed_size_type_node, 0); in fold_comparison()
8062 offset0 = fold_convert (signed_size_type_node, offset0); in fold_comparison()
8068 return fold_build2 (code, type, offset0, offset1); in fold_comparison()