Home
last modified time | relevance | path

Searched refs:int16toint32 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h84 GateRef int16toint32 = ZExtInt16ToInt32(x); in Int16ToBigEndianInt16() local
85 GateRef high8bits = Int32LSL(Int32And(int16toint32, Int32(0x00FF)), Int32(8)); in Int16ToBigEndianInt16()
86 GateRef low8bits = Int32LSR(Int32And(int16toint32, Int32(0xFF00)), Int32(8)); in Int16ToBigEndianInt16()

Completed in 2 milliseconds