Home
last modified time | relevance | path

Searched defs:newVB (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp111 uint32 newVB = ((srcOpnd.GetValidBitsNum() + shiftBits) > srcOpnd.GetSize()) in SetValidBits() local
122 uint32 newVB = dstOpnd.GetValidBitsNum(); in SetValidBits() local
131 uint32 newVB = (mop == MOP_wldrb) ? k8BitSize : k16BitSize; in SetValidBits() local
140 uint32 newVB = (src1VB <= src2VB ? src1VB : src2VB); in SetValidBits() local
150 uint32 newVB = (src1VB <= src2VB ? src1VB : src2VB); in SetValidBits() local
159 uint32 newVB = (src1VB >= src2VB ? src1VB : src2VB); in SetValidBits() local
169 uint32 newVB = (src1VB >= src2VB ? src1VB : src2VB); in SetValidBits() local