Home
last modified time | relevance | path

Searched refs:Int8And (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h92 return Int8And(Load(VariableType::INT8(), pc, IntPtr(1)), Int8(0xf)); in ReadInst4_0()
98 return Int8And( in ReadInst4_1()
105 return Int8And(Load(VariableType::INT8(), pc, IntPtr(2)), Int8(0xf)); in ReadInst4_2()
111 return Int8And( in ReadInst4_3()
H A Dstub_builder-inl.h488 inline GateRef StubBuilder::Int8And(GateRef x, GateRef y) in Int8And() function in panda::ecmascript::kungfu::StubBuilder
490 return env_->GetBuilder()->Int8And(x, y); in Int8And()
H A Dcircuit_builder.h80 V(Int8And, And, MachineType::I8) \
H A Dstub_builder.h232 GateRef Int8And(GateRef x, GateRef y);

Completed in 24 milliseconds