Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstructions.td101 defm S_MOV_B32 : SOP1_32 <sop1<0x03, 0x00>, "s_mov_b32", []>;
102 defm S_MOV_B64 : SOP1_64 <sop1<0x04, 0x01>, "s_mov_b64", []>;
106 defm S_CMOV_B32 : SOP1_32 <sop1<0x05, 0x02>, "s_cmov_b32", []>;
107 defm S_CMOV_B64 : SOP1_64 <sop1<0x06, 0x03>, "s_cmov_b64", []>;
112 defm S_NOT_B32 : SOP1_32 <sop1<0x07, 0x04>, "s_not_b32",
116 defm S_NOT_B64 : SOP1_64 <sop1<0x08, 0x05>, "s_not_b64",
119 defm S_WQM_B32 : SOP1_32 <sop1<0x09, 0x06>, "s_wqm_b32", []>;
120 defm S_WQM_B64 : SOP1_64 <sop1<0x0a, 0x07>, "s_wqm_b64", []>;
124 defm S_BREV_B32 : SOP1_32 <sop1<0x0b, 0x08>, "s_brev_b32",
127 defm S_BREV_B64 : SOP1_64 <sop1<0x0c, 0x09>, "s_brev_b64", []>;
[all …]
DSIInstrInfo.td59 class sop1 <bits<8> si, bits<8> vi = si> {
492 class SOP1_Real_si <sop1 op, string opName, dag outs, dag ins, string asm> :
500 class SOP1_Real_vi <sop1 op, string opName, dag outs, dag ins, string asm> :
508 multiclass SOP1_m <sop1 op, string opName, dag outs, dag ins, string asm,
519 multiclass SOP1_32 <sop1 op, string opName, list<dag> pattern> : SOP1_m <
524 multiclass SOP1_64 <sop1 op, string opName, list<dag> pattern> : SOP1_m <
530 multiclass SOP1_64_0 <sop1 op, string opName, list<dag> pattern> {
545 multiclass SOP1_1 <sop1 op, string opName, list<dag> pattern> {
560 multiclass SOP1_32_64 <sop1 op, string opName, list<dag> pattern> : SOP1_m <
/external/elfutils/src/src/
Dreadelf.c4966 int64_t sop1; in print_cfa_program() local
5124 get_sleb128 (sop1, readp, endp); in print_cfa_program()
5125 printf (" def_cfa_offset_sf %" PRId64 "\n", sop1 * data_align); in print_cfa_program()