Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h107 GateRef first8bits = Int32LSL(Int32And(x, Int32(0x000000FF)), Int32(24)); in Int32ToBigEndianInt32() local
118 GateRef first8bits = Int64LSL(Int64And(x, Int64(0x00000000000000FF)), Int64(56)); in Int64ToBigEndianInt64() local