Home
last modified time | relevance | path

Searched refs:Int8LSR (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h91Int8LSR(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(4)), Int8(0xf)); // 4: read 4 byte of byt… in ReadInst4_1()
102 return Int8And(Int8LSR(Load(VariableType::INT8(), pc, IntPtr(2)), // 2 : skip 1 byte of bytecode in ReadInst4_3()
Dstub_builder-inl.h504 inline GateRef StubBuilder::Int8LSR(GateRef x, GateRef y) in Int8LSR() function
506 return env_->GetBuilder()->Int8LSR(x, y); in Int8LSR()
Dstub_builder.h192 GateRef Int8LSR(GateRef x, GateRef y);
Dcircuit_builder.h79 V(Int8LSR, Lsr, MachineType::I8) \