Searched refs:Int8And (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 92 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 D | stub_builder-inl.h | 488 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 D | circuit_builder.h | 80 V(Int8And, And, MachineType::I8) \
|
H A D | stub_builder.h | 232 GateRef Int8And(GateRef x, GateRef y);
|
Completed in 24 milliseconds