Home
last modified time | relevance | path

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

/minix3/common/lib/libutil/
H A Dsnprintb.c68 const char *sbase; in snprintb_m() local
84 sbase = "0%" PRIo64; in snprintb_m()
87 sbase = "%" PRId64; in snprintb_m()
90 sbase = "0x%" PRIx64; in snprintb_m()
100 t_len = snprintf(bp, buflen, sbase, val); in snprintb_m()
131 snprintf(bp, buflen - t_len, sbase, val); \ in snprintb_m()
226 sbase, field); in snprintb_m()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DVIInstructions.td21 (SIload_constant v4i32:$sbase, IMM20bit:$offset),
22 (S_BUFFER_LOAD_DWORD_IMM $sbase, (as_i32imm $offset))
H A DVIInstrFormats.td97 bits<7> sbase;
102 let Inst{5-0} = sbase{6-1};
H A DSIInstructions.td2062 (constant_load (add i64:$sbase, (i64 IMM8bitDWORD:$offset))),
2063 (vt (Instr_IMM $sbase, (as_dword_i32imm $offset)))
2068 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))),
2069 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset)))))
2074 (constant_load i64:$sbase),
2075 (vt (Instr_IMM $sbase, 0))
2083 (constant_load (add i64:$sbase, (i64 IMM20bit:$offset))),
2084 (vt (Instr_IMM $sbase, (as_i32imm $offset)))
2089 (constant_load (add i64:$sbase, (i64 IMM32bit:$offset))),
2090 (vt (Instr_SGPR $sbase, (S_MOV_B32 (i32 (as_i32imm $offset)))))
[all …]
H A DSIInstrInfo.td594 (ins baseClass:$sbase, u32imm:$offset),
595 opName#" $dst, $sbase, $offset", []
600 (ins baseClass:$sbase, SReg_32:$soff),
601 opName#" $dst, $sbase, $soff", []
H A DSIInstrInfo.cpp268 AMDGPU::OpName::sbase); in getLdStBaseRegImmOfs()
1786 const MachineOperand *SBase = getNamedOperand(*MI, AMDGPU::OpName::sbase); in splitSMRD()