Searched refs:b5 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_dataview_stub_builder.cpp | 162 GateRef b5 = Int32And(Int32LSR(highInt32, Int32(builtins::BITS_EIGHT)), Int32(builtins::BITS_MASK_FF));
in SetValueInBufferForInt64() local 175 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FIVE)), TruncInt32ToInt8(b5));
in SetValueInBufferForInt64() 184 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b5));
in SetValueInBufferForInt64()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64.cpp | 998 uint32_t b5 = (bitPos << (BRANCH_B5_LOWBITS - 5)) & BRANCH_B5_MASK; in Tbz() local 1001 uint32_t code = b5 | BranchOpCode::TBZ | b40 | imm14 | rt.GetId(); in Tbz() 1015 uint32_t b5 = (bitPos << (BRANCH_B5_LOWBITS - 5)) & BRANCH_B5_MASK; in Tbnz() local 1018 uint32_t code = b5 | BranchOpCode::TBNZ | b40 | imm14 | rt.GetId(); in Tbnz()
|
Completed in 4 milliseconds