Searched refs:Int8LSR (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 91 …Int8LSR(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()
|
D | stub_builder-inl.h | 504 inline GateRef StubBuilder::Int8LSR(GateRef x, GateRef y) in Int8LSR() function 506 return env_->GetBuilder()->Int8LSR(x, y); in Int8LSR()
|
D | stub_builder.h | 192 GateRef Int8LSR(GateRef x, GateRef y);
|
D | circuit_builder.h | 79 V(Int8LSR, Lsr, MachineType::I8) \
|