Searched refs:tempReg (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_emit.c | 219 uint tempReg; in i915_emit_texld() local 222 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */ in i915_emit_texld() 225 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ in i915_emit_texld() 230 coord = tempReg; in i915_emit_texld()
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.go | 1106 saveRegWrapper, tempReg := saveRegister(d.output, []string{targetReg}) 1110 wrappers = append(wrappers, combineOp(d.output, instructionName, tempReg, targetReg)) 1111 targetReg = tempReg 1126 saveRegWrapper, tempReg := saveRegister(d.output, []string{targetReg, otherSource}) 1131 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, tempReg, otherSource, tar… 1133 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, otherSource, tempReg, tar… 1135 targetReg = tempReg 1144 saveRegWrapper, tempReg := saveRegister(d.output, nil) 1147 wrappers = append(wrappers, moveTo(d.output, targetReg, isAVX, tempReg)) 1148 targetReg = tempReg
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 16904 u8 tempReg; /* iReg is a temp register that needs to be freed */ member 95820 if( pParse->aColCache[i].tempReg ){ 95883 p->tempReg = 0; 95951 p->tempReg = 0; 96072 if( pParse->aColCache[i].tempReg 97949 p->tempReg = 1;
|
/external/sqlite/dist/ |
D | sqlite3.c | 16904 u8 tempReg; /* iReg is a temp register that needs to be freed */ member 95836 if( pParse->aColCache[i].tempReg ){ 95899 p->tempReg = 0; 95967 p->tempReg = 0; 96088 if( pParse->aColCache[i].tempReg 97965 p->tempReg = 1;
|