/arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
H A D | switch.S | 26 * x1: uint8_t* ctx_memory_to 35 ldp x18, x19, [x1, GPR_O(R18)] 36 ldp x20, x21, [x1, GPR_O(R20)] 37 ldp x22, x23, [x1, GPR_O(R22)] 38 ldp x24, x25, [x1, GPR_O(R24)] 39 ldp x26, x27, [x1, GPR_O(R26)] 40 ldp x28, x29, [x1, GPR_O(R28)] 42 ldr x0, [x1, GPR_O(R0)] 44 ldr lr, [x1, GPR_O(LR)] 46 ldr x8, [x1, GPR_ [all...] |
H A D | update.S | 38 * x1: void (*func)(void*) 45 str x1, [x0, GPR_O(PC)] 74 * x1: void (*func)(void*) 81 str x1, [x0, GPR_O(PC)]
|
/arkcompiler/runtime_core/static_core/verification/util/parser/ |
H A D | charset.h | 60 cs.bitmap_[0x1] = bitmap_[0x1] | c.bitmap_[0x1]; in operator +() 70 cs.bitmap_[0x1] = bitmap_[0x1] & ~c.bitmap_[0x1]; in operator -() 80 cs.bitmap_[0x1] = ~bitmap_[0x1]; in operator !()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
H A D | IrViewer.js | 282 drawSmallMap(nodes, x1, x2, y1, y2) { 283 if (x1 === x2 || y2 === y1) { 289 let sw = w / (x2 - x1); 298 let dx = n.pos.x - x1; 332 X2DFast.gi().drawRect(tx - (this.offx_ + x1) * sw, ty - (this.offy_ + y1) * sh, Math.min(Scr.logicw * sw, w), Math.min(Scr.logich * sh, h), 0xff00ff00, 1); 449 let x1 = 9999; 458 if (n.pos.x < x1) { 459 x1 = n.pos.x; 472 x1 = Math.min(mmx1[0] - this.offx_, x1) [all...] |
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
H A D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 20 // const Frame *iframe, x1 29 stp x1, lr, [sp, -16]! 44 tst w3, #0x1 54 add x9, x1, FRAME_VREGS_OFFSET 55 ldr x15, [x1, #FRAME_ACC_OFFSET] 58 mov x19, x1 // save frame to survive the call 110 // uint32_t num_args, x1 135 tst w4, #0x1 144 // x1 <- num_args (already on the relevant reg, no moves required) 157 sub x10, sp, x1, ls [all...] |
H A D | compiled_code_to_interpreter_bridge_dyn_aarch64.S | 35 // num_args: x1 84 ldr x1, [fp, #24] 114 // Restore x0 and x1 args since they contain Method* and actual_num_args 115 ldp x0, x1, [sp] 125 mov x1, x19 153 ldr x2, [x0, x1] 154 str x2, [x23, x1] 198 mov x1, x21 212 mov x1, x20
|
H A D | compiled_code_to_interpreter_bridge_aarch64.S | 83 mov x1, THREAD_REG 126 stp x0, x1, [sp, #-16]! 133 mov x1, fp 137 // x0 - SHORTY_PTR_REG, x1 - SHORTY_REG, x2 - iframe.vregs_ + num_vregs_, 207 mov x1, x19 212 // x0 - iframe, x1 - *method.shorty, x2 - &iframe.acc_ 234 mov x1, x20 243 mov x1, x20
|
H A D | interpreter_to_compiled_code_bridge_aarch64.S | 24 ldp x0, x1, [\begin_ptr], #16 191 stp x1, lr, [sp, #-16]! 206 tst w3, #0x1 218 add x7, x1, #FRAME_VREGS_OFFSET 275 // x0 - result value, x1 - tag, w2 - shorty[0] & 0xF, x3 - frame.acc, x4 - temp 284 // get tag in x1 286 beq 1f // tag already in x1 288 cset x1, eq 306 and w0, w0 , #0x1 317 stp x0, x1, [x [all...] |
H A D | expand_compiled_code_args_dyn_aarch64.S | 23 //x1 - num_actual, preserved 32 sub x2, x1, x2
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/ |
H A D | ets_napi_entry_point_aarch64.S | 72 stp x0, x1, [sp, #-16]! 94 mov x1, sp 103 ldp x0, x1, [sp], #16 163 ldp x0, x1, [fp, #-CALLER_REG0_OFFSET+8*0] 233 // | | | x1 | 32 251 // | | | Napi x1 | 48 323 stp x0, x1, [sp, #-16]! 354 mov x1, sp 364 ldp x0, x1, [lr], #16 384 mov x1, THREAD_RE [all...] |
H A D | ets_async_entry_point_aarch64.S | 82 stp x0, x1, [sp, #-16]! 92 mov x1, THREAD_REG 153 ldp x0, x1, [fp, #-CALLER_REG0_OFFSET+8*0]
|
/arkcompiler/toolchain/websocket/ |
H A D | web_socket_frame.h | 25 TEXT = 0x1, 64 fin(static_cast<uint8_t>((headerRaw[0] >> MSB_SHIFT_COUNT) & 0x1)), in WebSocketFrame() 66 mask(static_cast<uint8_t>((headerRaw[1] >> MSB_SHIFT_COUNT) & 0x1)) in WebSocketFrame()
|
/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/ |
H A D | helpers_aarch64.S | 21 stp x0, x1, [sp, #-16]! 39 ldp x0, x1, [sp], #16 76 stp x0, x1, [sp, #-16]! 80 ldp x0, x1, [sp], #16 137 mov x1, \v
|
H A D | interpreter_support.S | 22 * x1 PC 49 mov x20, x1
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
H A D | Template-ArkTS-NodeJS-Interop.js | 48 static x1 = 0x41c64e6d; 90 this.pseudorand = (this.pseudorand * this.x1 + this.x2); 98 this.pseudorand = (this.pseudorand * this.x1 + this.x2);
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
H A D | test-invalid-unicode-escape.js | 16 var c = /\x1/u;
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
H A D | pause_on_exceptions_state.h | 20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 };
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | gc_barrier.h | 32 BARRIER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded 40 WRITE_BARRIER = 0x1, // Should be used around store
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | gc_barrier.h | 30 BARRIER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded 36 WRITE_BARRIER = 0x1, // Should be used around store
|
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/ |
H A D | invokation_helper.S | 28 mov x10, x1 43 ldp x0, x1, [x9], #16
|
/arkcompiler/toolchain/websocket/test/ |
H A D | web_socket_frame_test.cpp | 26 static constexpr uint8_t EXPECTED_OPCODE = 0x1;
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | bit_memory_region_test.cpp | 111 data[0] = 0x1; in TEST() 120 data[0] = 0x1; in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | bit_memory_region_test.cpp | 113 data[0U] = 0x1; in TEST() 122 data[0U] = 0x1; in TEST()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 249 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 268 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 269 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST() 505 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 524 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 525 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST() 741 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 767 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 769 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 225 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 244 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 245 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST() 458 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 477 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 478 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST() 664 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 690 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x0>()), 0x1); in TEST() 692 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_V4_V4_ID16, 0x1>()), 0x2); in TEST()
|