Searched defs:Eon (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1114 __ Eon(i.OutputRegister(), i.InputOrZeroRegister64(0), in AssembleArchInstruction() local 1118 __ Eon(i.OutputRegister32(), i.InputOrZeroRegister32(0), in AssembleArchInstruction() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1256 __ Eon(x2, x0, Operand(x1)); in TEST() local 1257 __ Eon(w3, w0, Operand(w1, LSL, 4)); in TEST() local 1258 __ Eon(x4, x0, Operand(x1, LSL, 4)); in TEST() local 1259 __ Eon(x5, x0, Operand(x1, LSR, 1)); in TEST() local 1260 __ Eon(w6, w0, Operand(w1, ASR, 20)); in TEST() local 1261 __ Eon(x7, x0, Operand(x1, ASR, 20)); in TEST() local 1262 __ Eon(w8, w0, Operand(w1, ROR, 28)); in TEST() local 1263 __ Eon(x9, x0, Operand(x1, ROR, 28)); in TEST() local 1264 __ Eon(w10, w0, 0x03c003c0); in TEST() local 1265 __ Eon(x11, x0, 0x0000100000001000); in TEST() local [all …]
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 83 void TurboAssembler::Eon(const Register& rd, const Register& rn, in Eon() function
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 792 void MacroAssembler::Eon(const Register& rd, in Eon() function in vixl::aarch64::MacroAssembler
|