Searched refs:offS (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 3053 int32_t offS = st->getSrc(0)->reg.data.offset; in replaceStFromSt() local 3055 int32_t endS = offS + typeSizeof(st->dType); in replaceStFromSt() 3058 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt() 3062 if (offR < offS) { in replaceStFromSt() 3067 for (s = 1; offR < offS; offR += ri->getSrc(s)->reg.size, ++s) in replaceStFromSt() 3071 for (s = 1; st->srcExists(s); offS += st->getSrc(s)->reg.size, ++s) in replaceStFromSt() 3086 for (s = 1; offS < endS; offS += st->getSrc(s++)->reg.size); in replaceStFromSt()
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 754 case 'o': { // 'offB or 'offS: Offsets. in FormatOption() 760 DCHECK(STRING_STARTS_WITH(format, "offS")); in FormatOption() 1648 Format(instr, "sb 'rs2, 'offS('rs1)"); in DecodeSType() 1651 Format(instr, "sh 'rs2, 'offS('rs1)"); in DecodeSType() 1654 Format(instr, "sw 'rs2, 'offS('rs1)"); in DecodeSType() 1658 Format(instr, "sd 'rs2, 'offS('rs1)"); in DecodeSType() 1663 Format(instr, "fsw 'fs2, 'offS('rs1)"); in DecodeSType() 1667 Format(instr, "fsd 'fs2, 'offS('rs1)"); in DecodeSType()
|
Completed in 9 milliseconds