Searched refs:CALL_ACC_V4_V4_V4_IMM4_ID16 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction_enum.h | 225 CALL_ACC_V4_V4_V4_IMM4_ID16 = 154, member in Opcode
|
H A D | old_instruction.h | 761 case Opcode::CALL_ACC_V4_V4_V4_IMM4_ID16: in GetFormat() 1584 case Opcode::CALL_ACC_V4_V4_V4_IMM4_ID16: in HasFlag()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | i2c_bridge_test.cpp | 649 uint8_t callAccInsn[] = {static_cast<uint8_t>(Opcode::CALL_ACC_V4_V4_V4_IMM4_ID16), 0x21, 0x00, 0, 0}; in TEST_F() 701 uint8_t callAccInsn[] = {static_cast<uint8_t>(Opcode::CALL_ACC_V4_V4_V4_IMM4_ID16), 0x10, 0x23, 0, 0, 0, 0}; in TEST_F() 807 uint8_t callAccInsn[] = {static_cast<uint8_t>(Opcode::CALL_ACC_V4_V4_V4_IMM4_ID16), 0x10, 0x32, 0, 0, 0, 0}; in TEST_F()
|
Completed in 7 milliseconds